The interpreter I wrote for it uses the Window API to position the cursor in the console window, to display the program as it's running, like Rubicon does. Other than this, it only uses the standard library, though.
Logged
if the_computer_is_turned_on and not the_computer_is_on_fire then do_stuff()
"He deflected my electric attack with a wall of water! That makes perfect sense!"
Would you please post the source file(s)? If it's written in C/C++, You could just have it write to an array of chars, and then print the array on screen. I wrote a game in ANSI C that uses that strategy, and it works fine.
« Last Edit: April 19, 2008, 05:24:02 AM by ddsdiur »