Advertisement

[Physx] Using different runtime library

Started by July 17, 2012 08:33 PM
-1 comments, last by phr34k9 12 years, 7 months ago
I was wondering if anybody has been successful in using physx (3.2 Core SDK) with different a runtime library. By default the only pre-configured build targets (MSVC9) use the runtime libraries defined as /MT (Multithreaded) for 'release' or /MDd (Multithreaded Debug DLL) for 'debug', 'checked', 'profile'. I have a basic sample working but so far only in /MT configuration, attempts to use other configurations have been pretty unsuccessful.

Ideally I want to use the libraries with a runtime library configured to /MD. This due to a hand-full of std primitives such as std::string that cross dll boundaries in other parts of the application, A small rundown of what to change and what not to change would be much appreciated.

With kind regards,

This topic is closed to new replies.

Advertisement