On 15/06/2015 at 01:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
Is it possible to build as Multi-Threaded DLL (/MD) as opposed to the normal Multi-Threaded (/MT)?
The reason i ask is that i'm including an external lib and my project refuses to build in MS 2010 with MSVCPRT.lib LNK2005 error. When i build as /MD it builds successfully but crashes C4D as soon as it hit's the first bit of code in my GVO function..
Ignoring MSVCPRT in the Linker throws a whole bunch of Unresolved External errors from the library i'm including..
So kinda stuck at this point, have tried a number of things up until now to get this to run