Search found 5 matches

by vkelmenson
Sat Nov 12, 2016 5:12 am
Forum: Mac OSX
Topic: PB5.50b2 Compiler not ready
Replies: 15
Views: 7626

Re: PB5.50b2 Compiler not ready

I have the same problem with a new Macos10.12 that I purchased from apple. Not a beta os. Same error message. I have downloaded the command line utilities.
by vkelmenson
Wed Dec 12, 2012 5:58 pm
Forum: Coding Questions
Topic: problems with console on mac osx
Replies: 6
Views: 1393

Re: problems with console on mac osx

Thinks Bernd
I did the same thing today and it worked perfectly. Actually, I can just double click the file icon and it works. I recompiled the
snippet I wrote yesteday and it also worked. The icon compiled today is different from the icon from when I compiled yesterday. I must have made some ...
by vkelmenson
Tue Dec 11, 2012 8:40 pm
Forum: Coding Questions
Topic: problems with console on mac osx
Replies: 6
Views: 1393

Re: problems with console on mac osx

Bernd, Thanks for the rapid reply.
I tried it with the console open. The message that I printed appears but the app closes immediately and does not wait for return to be pressed. I suspect that this is a problem with how the console works on osx. Victor
by vkelmenson
Tue Dec 11, 2012 7:57 pm
Forum: Coding Questions
Topic: problems with console on mac osx
Replies: 6
Views: 1393

Re: problems with console on mac osx

Bernd:
Yes, I did. I am sorry that I forgot to mention that in my post. Victor
by vkelmenson
Tue Dec 11, 2012 7:46 pm
Forum: Coding Questions
Topic: problems with console on mac osx
Replies: 6
Views: 1393

problems with console on mac osx

Hi everyone. I am new to PB. I have recently purchased Pb 5.00. I have been experimenting with it for several days. I am having problems with running as a console app.
If I try the following code
OpenConsole()
Print ("the console has been opened")
Print ("press return to exit")
Input()
CloseConsole ...