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

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

562794142
Advocate Advocate
614 Views
2 Replies
Message 1 of 3

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

562794142
Advocate
Advocate

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

 

errors.png

0 Likes
615 Views
2 Replies
Replies (2)
Message 2 of 3

istan
Advisor
Advisor

Why do you not use an example project file or the wizard? You are missing libraries! They have to be linked to the project.

0 Likes
Message 3 of 3

562794142
Advocate
Advocate

OK thanks for pointed me the issue,I will try your way.

0 Likes