Page 1 of 1

Problem in building SampleClient in Visual Studio 2008

Posted: Sat Nov 27, 2010 7:21 am
by prap19
I am using Visual Studio 2008 and currently my project includes use of 3rd party SDK, NatNet OptiTracker. I have lib folder within SDK folder containing all the dll and object library. Do tell me if any more info is required for this Q?

HOwever I am not able to build it. I get the following warnings

[font:Microsoft Sans Serif][font:Comic Sans MS][font:Courier New]
NatNetLibStatic.lib(ClientCore.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\lib\NatNetLibStatic.lib' or at 'C:\Users\prasad\Desktop\NatNetSDK\Samples\bin\vc80.pdb'; linking object as if no debug info



1>NatNetLibStatic.lib(NatNetClient.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\.. \lib \NatNetLibStatic.lib' or at 'C:\Users\prasad\Desktop\NatNetSDK\Samples\bin\vc80.pdb'; linking object as if no debug info


1>NatNetLibStatic.lib(NatNetHelper.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\lib\NatNetLibStatic.lib' or at 'C:\Users\prasad\Desktop\NatNetSDK\Samples\bin\vc80.pdb'; linking object as if no debug info


1>NatNetLibStatic.lib(UnicastClientCore.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\lib\NatNetLibStatic.lib' or at 'C:\Users\prasad\Desktop\NatNetSDK\Samples\bi[/font]n\vc80.pdb'; linking[/font] object as if no d[/font]ebug in

Re: Problem in building SampleClient in Visual Studio 2008

Posted: Mon Nov 29, 2010 2:00 pm
by morgan
NatNetStatic.lib is a static release lib built with VS 2005.

The warnings are OK - they simply indicate there is no debug info associated with the .lib files. This should not prevent you from building or running your application.

These warnings should also not be present in the release build for your project. Please let us know if they are.

cheers,

Morgan