RunProgram on the Mac
Posted: Wed Jun 09, 2010 4:10 pm
I'm new to PureBasic and trying to use RunProgram on the Mac. As a test case, I'm using the following code:
I have placed a copy of TextEdit in the same folder as my PureBasic created executable. When I run the executable or when I run from the PureBasic editor, I get nothing. The application doesn't launch, but I don't get any path errors either. I have been able to make similar code run successfully on Windows.
Thanks for any help.
Code: Select all
RunProgram("TextEdit")
End
Thanks for any help.