Code: Select all
; setup our Screen Width and Height here for easier tracking
#ScreenWidth = 640
#ScreenHeight = 480
; Initialize the sprite and keyboard systems and a 640x480, 16-bit screen
If InitSprite() = 0 Or InitKeyboard() = 0 Or OpenScreen(#ScreenWidth,#ScreenHeight,16,"App Title") = 0
MessageRequester("Error!", "Unable to Initialize Environment", #PB_MessageRequester_Ok)
End
EndIf
[11:27:05] Waiting for executable to start...
[11:27:06] Executable type: MacOSX - x64 (64bit, Unicode)
[11:27:06] Executable started.
[11:27:10] The Program execution has finished.
Any ideas why ? thanks.


