Hi All,
I am using Visual Studio 2008 with CPPUNIT. I already compiled CPPUNIT and add CPPUNIT path to Include and Library path. Currently, I can compile my program with CPPUNIT library.
However, the linker generates the following warning.
Warning 2 warning LNK4099: PDB 'vc90.pdb' was not found with 'C:\Program Files\cppunit\cppunit-1.12.1\lib\cppunitd.lib' or at 'c:\Users\hide1713\Desktop\3d_tank\cpp_pj\bin\vc90.pdb'; linking object as if no debug info cppunitd.lib GameUnitTest
There's a cppunitd_dll.pdb file along with cppunitd.lib. I want to know how to tell linker to find the CPPUNIT debug database?
Thanks all.