View Full Version : Maxscript and other programming languages
solar_system2006 03-08-2006, 05:20 AM Hi everybody,
I want to know if it is possible to use C++ and java code inside the maxscript code, some references to the topic would be helpful...
Thank you.
|
|
f97ao
03-14-2006, 10:10 AM
Hi everybody,
I want to know if it is possible to use C++ and java code inside the maxscript code, some references to the topic would be helpful...
Thank you.
No, you can't. MaxScript is similar to c++ though. You can also write plugins in c++ if you like, but then it's not a maxScript.
/Andreas
You could call both from MXS with the command prompt. Check out shellLaunch and DOScommand to see if they do what you are after.
f97ao
03-14-2006, 12:54 PM
You could call both from MXS with the command prompt. Check out shellLaunch and DOScommand to see if they do what you are after.
Oh, I think I missunderstood what he wanted. I thought he wanted to write MaxScript with Java syntax (similar to what you can do in NET).
/Andreas
Might be what he is after, I just figured this might be an alternative.
Jeff_hanna
03-14-2006, 02:09 PM
Depending on what you need the C++ code to do you can compile a MAXScript extension plugin (*.dlx) with the MAX SDK. Doing so would allow you to call the C++ code from MAXScript.
CGTalk Moderation
03-14-2006, 02:09 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.