losbellos
02-24-2009, 09:01 PM
Hello,
I am trying to implement a new function for maxscript. This function will export geometry into a text file. The reason why I dont use the 3dsmax plugin wizard is, that I want to make it as simple as possible since I am not a c++ master. I made a little c++ win32 program work in devC++ which will output vertex/poly/uvw data to a text file. (right now just a simple string exporter)
Now, I tried to make good use of the included sample intervalArray.cpp to start up with following the guidlines in the Maxscript Sdk Programmer's Guide corresponding help, but I get a lots of errors in Visual Studio 2005.
Is it possible that at least that project someone have it right. I assume, as most of the examples outdated, those are simply years old.
Thanks a bunch.
dllmain.cpp
IntervalArray.cpp
IntervalArray.def
I am trying to implement a new function for maxscript. This function will export geometry into a text file. The reason why I dont use the 3dsmax plugin wizard is, that I want to make it as simple as possible since I am not a c++ master. I made a little c++ win32 program work in devC++ which will output vertex/poly/uvw data to a text file. (right now just a simple string exporter)
Now, I tried to make good use of the included sample intervalArray.cpp to start up with following the guidlines in the Maxscript Sdk Programmer's Guide corresponding help, but I get a lots of errors in Visual Studio 2005.
Is it possible that at least that project someone have it right. I assume, as most of the examples outdated, those are simply years old.
Thanks a bunch.
dllmain.cpp
IntervalArray.cpp
IntervalArray.def
