i make the executable and run it and a terminal window opens, the message box is displayed but you can't click "OK" on it - have to CTRL+C the terminal to end the program.messagerequester("Hi","Hello World")
End
What have I missed?
i make the executable and run it and a terminal window opens, the message box is displayed but you can't click "OK" on it - have to CTRL+C the terminal to end the program.messagerequester("Hi","Hello World")
End
Works here as expected. Ok button can be pressed.Karbon wrote:i make the executable and run it and a terminal window opens, the message box is displayed but you can't click "OK" on it - have to CTRL+C the terminal to end the program.messagerequester("Hi","Hello World")
End
What have I missed?
Works here fine too. No problems.Karbon wrote:i make the executable and run it and a terminal window opens, the message box is displayed but you can't click "OK" on it - have to CTRL+C the terminal to end the program.messagerequester("Hi","Hello World")
End
What have I missed?

I have to read the whole postingKarbon wrote:i make the executable and run it and a terminal window opens, the message box is displayed but you can't click "OK" on it - have to CTRL+C the terminal to end the program.messagerequester("Hi","Hello World")
End
What have I missed?


I'm using Mac OS X 10.5.1 as well.Karbon wrote:Rename to .app and get "You can't open this application because the classic environment is no longer supported".
This is a new Mac so it's running 10.5.1
A .app is a directory (called bundle), not a single executable.Karbon wrote:OK, so if you put ".app" when you compile it works - if you compile without it first then rename it - it doesn't.
Very strange

It is accurate.Karbon wrote:Additionally, "Get Info" tells me it's a PowerPC application. Since it was compiled and is running on an Intel machine I don't know if that is accurate