A VERY weird problem on ubuntu.
Posted: Wed Dec 01, 2010 5:43 pm
Ok, first i tried simple helloworld program:
And it compiled the program, and a message appeared saying that the program is running. But i couldn't see anything! Nothing appeared on the screen. No console or a program of any kind.
Next i tried including a "2ddrawing" file, and a message appeared saying file not found. The both problems must have something to do with my ubuntu OS. Is there something special I need to do with ubuntu? Configure settings, perhaps? Or is there different kind of code for ubuntu?
Code: Select all
OpenConsole()
PrintN("hello world")
Repeat
Delay(1)
Until Inkey() <> ""
Next i tried including a "2ddrawing" file, and a message appeared saying file not found. The both problems must have something to do with my ubuntu OS. Is there something special I need to do with ubuntu? Configure settings, perhaps? Or is there different kind of code for ubuntu?