I'm working on compiling it with the latest SDK,
the biggest difference from the latest SDK and the older ones are that it's now unicode.
So I had to modify some code to make it compile.
All the code is error-free, but under compilation the linking now fails with this error:
- Code: Select all
Error 3 error LNK1120: 1 unresolved externals C:\Development\Luxmax\bin\Luxmax_Binary_2013_X64.dlx maxscript
Error 2 error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl Primitive::Primitive(char const *,class Value * (__cdecl*)(class Value * *,int),short)" (__imp_??0Primitive@@QEAA@PEBDP6APEAVValue@@PEAPEAV1@H@ZF@Z) C:\Development\luxmax\LuxmaxScript plugin\maxscript\maxscript.obj maxscript
So as of now I've been unable to figure out what the heck goes wrong, I've looked through all the settings, I cannot see anything obvious.
I'm sure it'll be figured out, I just wanted to say that the work has started.
also if you remove the other plugins (except the 2012 x32 and x64 depending on what OS you are on) then the error message only shows once when loading the last released plugins.
The reason for the error is that it's not compiled with the latest SDK and libs.