Page 1 of 1

OpenConsole() not working ?

Posted: Wed May 14, 2008 12:48 pm
by ker2x
Hi !!
I'm on a MacbookPro running MacOS X 10.5.2

I tried a simple hello world application.

OpenConsole()
PrintN("Hello World")
Delay(2000)
CloseConsole()

The application, compile and launch, but no console !

Posted: Wed May 14, 2008 2:40 pm
by Fred
yes, you have to launch it from the terminal. OpenConsole() has no action on Linux/OSX.

Posted: Wed May 14, 2008 4:00 pm
by ker2x
merci :oops: