mustan9
08-04-2007, 12:45 AM
Hi,
I have compiled the IntervalArray example from the SDK, which creates a new function that can be called from MaxScript at run-time.
If I add this single line of code, then it will cause MaxScript to throw a system exception.
Point3 t = CrossProd(Point3(0,0,0),Point3(0,0,0));
As you can see it's a very simple, and save line of code. Why could I be having this problem? Could I be missing a service pack or something for Visual Studio?
Thanks,
I have compiled the IntervalArray example from the SDK, which creates a new function that can be called from MaxScript at run-time.
If I add this single line of code, then it will cause MaxScript to throw a system exception.
Point3 t = CrossProd(Point3(0,0,0),Point3(0,0,0));
As you can see it's a very simple, and save line of code. Why could I be having this problem? Could I be missing a service pack or something for Visual Studio?
Thanks,
