Page 1 of 1

NatNetSDK Dynamic Linking

Posted: Sun Jul 17, 2011 4:23 pm
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

Re: NatNetSDK Dynamic Linking

Posted: Tue Jul 19, 2011 11:05 am
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