Page 1 of 1

Console problem

Posted: Mon Nov 17, 2008 11:52 am
by Ampli
Hi, im writing a console app in ubuntu 8.10, when i compile the program in purebasic it works fine, but when i create executible file it wont open console window. something im missing?

i even tryed:

openconsole()
inkey()

and created an executible file. wont display the console.

//Ampli

Posted: Mon Nov 17, 2008 1:13 pm
by Fred
openconsole() has no effect on linux, as there is no 'console' executable. Just luanch your program from a sheel and it should work. A note has been added in the help file.