Hi Maxon, now I can complie the example provided by Melange SDK successfully, but once I compile my own project I failed with a lot of errors, I am using VS2017 and *.lib files are from version 2015 folder in sdk
I only include headers files and that's all what I did...
include "default_alien_overloads.h"
include "c4d.h"
I found a lot of errors like this: LNK2005 "class melange::RootObject * __cdecl AllocAlienRootObject*********" already defined in main.obj
and one like this:
melange_release.lib(pravite_ge_win_thread.obj) : error LNK2001 : unresolved external symbol __imp_timeGetTime
Help me please, many thanks!