Hi guys i m trying to make small test driven example by using cppunit. So i have 2 project which are test and normal library project. Whatever i do, i cannot be successfull. i got alltime LNK Error. Any help will be apreciated.
A:
Your test program needs to have a dependency on the library, so that it links against it.
In addition to this, you need to add the cppunit libraries as additional libraries, in the "properties -> linker -> input" section of the test program.
small_duck
2010-07-03 14:50:17
could u give me example because i cannot add my project in input section...
ibrahimyilmaz
2010-07-03 15:05:16
It's not your project, but the cppunit libraries that you need to add to the "input" section.
small_duck
2010-07-04 16:35:29