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 ...
Search found 3 matches
- Sun Dec 31, 2017 8:10 pm
- Forum: Mac OSX
- Topic: Just getting started.... or not
- Replies: 5
- Views: 2365
- 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
Thanks, it worked. Now I understand what "console" was referring to.wilbert wrote: Set the executable format to "Console" (Compiler > Compiler Options)
Onwards

- 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
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
Code: Select all
OpenConsole()
Print("Press enter to exit")
Input()
End
Any suggestions?
Thanks
Mark