SDK-VS 2015 to build dll for 3dsmax 2019 of ExecuteMAXScriptScript command issue


#1

Hi all,
I recently have a project need to using visual studio 2015 to build a .dll for 3ds max 2019,I am a newbie of C++,simply want to use ExecuteMAXScriptScript command,such as

ExecuteMAXScriptScript(_T(“print 123”));

,but I tried too many days,there were lots of errors after I built it,please help,how could I fix it?

I uploaded the origin C++ files,please download here,thanks in advanced

https://1drv.ms/u/s!AjtMLJ8WBF75bVfotve_L4RIusg


#2

I have used an sdk example to fixed this issue,thanks everyone.