NatNetSDK Dynamic Linking

NatNet, VRPN, TrackD, and Plugins
Post Reply
brett.r.jones2
Posts: 1
Joined: Sun Jul 17, 2011 4:06 pm

NatNetSDK Dynamic Linking

Post by brett.r.jones2 »

How do you dynamically link to the NatNetSDK library. The pdf file says to link to "NatNetLib.lib" which is not provided with the current distribution. I may just not understand linking etc., but there is a dll with no lib.

The samples are built as Multihreaded Debug, is there a Multithreaded Debug DLL version available of the library.

Thanks,
Brett
morgan
NaturalPoint Employee
NaturalPoint Employee
Posts: 199
Joined: Tue Jun 24, 2008 2:01 pm
Location: Corvallis, OR, USA
Contact:

Re: NatNetSDK Dynamic Linking

Post by morgan »

Hi Brett -

You're correct - looks like the import lib for DLL linking is missing from the distribution. We'll get a new rev posted ASAP.

As for the c runtime - yes the NatNet libs link static to the vc runtime statically (/MT). If this is an issue for you please contact support and we can see about getting you versions that link to the runtime dynamically (/MD).

Morgan
Post Reply