OK, I tried compiling the mandelbro_legacy.c script. I changed it over to .cpp and included the c:/programfiles/litec/include folder in the additional headers directory and I'm getting over 100 compiler errors.
I have a feeling it's cuz everything else is still named .c, how do I change visual studio to treat all .c files as C++?
I'm not a visual studio noob, I've been using it for at least 6 years (since VS 6) but I've never run into a situation where I've needed ot change the way files compile (never made my own scripting language like this? haha).
Albeit, I will admit, I'm not totally on top of the VS linker... What are the different linking steps in VS 2003 for pure/legacy mode? thanks!