I'm having a hard time getting applications to start using either OpenURL or CreateProcess. I am passing in the actual binary path but not getting any success:
OpenURL("~/dllp.app/Contents/MacOS/xulrunner")
CreateProcess("~/dllp.app/Contents/MacOS/xulrunner")
Neither of these work, although system_() seems to work. I would really like to have CreateProcess working as I have a library of functions that rely on TProcess objects to do stuff like wait for a process to close, etc. Does that class work at all on Mac OS?
OpenURL("~/dllp.app/Contents/MacOS/xulrunner")
CreateProcess("~/dllp.app/Contents/MacOS/xulrunner")
Neither of these work, although system_() seems to work. I would really like to have CreateProcess working as I have a library of functions that rely on TProcess objects to do stuff like wait for a process to close, etc. Does that class work at all on Mac OS?