Hi all,
I need to use OOML on Visual Studio 2010 Ultimate for reasons ;)
You can find a basic description of how I got to compile and run my OOML project on Thingyverse:
http://www.thingiverse.com/thing:17761I can run the early tutorials this way, but not the
Senoid Wave. I can compile it, but running the application will throw a NULL-pointer exception when shifting the
CompositeComponent into an
IndentWriter (line 21:
writer << wave;). The Call Stack says the Break occured in
OOMLCore.dll!72F58656()Did anyone encounter the same problems? Can anyone reproduce this? It seems to work on other compilers, else it wouldn't be a tutorial...