Problem in building SampleClient in Visual Studio 2008

Post Reply
prap19
Posts: 5
Joined: Wed Nov 24, 2010 9:17 am

Problem in building SampleClient in Visual Studio 2008

Post 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
morgan
NaturalPoint Employee
NaturalPoint Employee
Posts: 199
Joined: Tue Jun 24, 2008 2:01 pm
Location: Corvallis, OR, USA
Contact:

Re: Problem in building SampleClient in Visual Studio 2008

Post 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
Post Reply