Search found 3 matches

by marksmithhfx
Sun Dec 31, 2017 8:10 pm
Forum: Mac OSX
Topic: Just getting started.... or not
Replies: 5
Views: 2365

Re: Just getting started.... or not

Welcome to PureBasic.

I am presuming that you are using OSX on a Mac.
However, the following Thread may assist you:
http://www.purebasic.fr/english/viewtopic.php?p=367816#p367816

Thanks David. Yes, the console is fairly useless as an I/O device (I mean, I don't think anyone would write an ...
by marksmithhfx
Sun Dec 31, 2017 8:04 pm
Forum: Mac OSX
Topic: Just getting started.... or not
Replies: 5
Views: 2365

Re: Just getting started.... or not

wilbert wrote: Set the executable format to "Console" (Compiler > Compiler Options)
Thanks, it worked. Now I understand what "console" was referring to.

Onwards :)
by marksmithhfx
Sun Dec 31, 2017 5:51 am
Forum: Mac OSX
Topic: Just getting started.... or not
Replies: 5
Views: 2365

Just getting started.... or not

I downloaded PB, fired it up. Typed in the following

Code: Select all

OpenConsole()
Print("Press enter to exit")
Input()
End
and nothing happened. I mean it said it compiled and everything but no output window appeared, no message appears, nor wait for input either.

Any suggestions?

Thanks
Mark