in reply to Re^4: How to run MacOS Classic app in OSX? system() can't run it..
in thread How to run MacOS Classic app in OSX? system() can't run it..

The resource fork holds information about the windows, dialog boxes, images, etc. used by the application. Once the resource fork is trashed, the application is dead.

The best way to transfer a Mac app and keep its resource fork is to use StuffIt to binhex or just stuff the file before sending via email, ftp, or burning to a CD that doesn't maintain the resources.

If you can get the file stuffed, and then FTP it again, you should have a working application. Burn the stuffed file to CD, and then instruct your end user to un-stuff it at their end. StuffIt Expander is available as a free download

  • Comment on Re: How to run MacOS Classic app in OSX? system() can't run it..

Replies are listed 'Best First'.
Re^2: How to run MacOS Classic app in OSX? system() can't run it..
by Anonymous Monk on Feb 03, 2006 at 18:40 UTC
    Thank you very much for your answers!!! The app in question needs to be run directly from cdrom. It's Flash Projector. I guess the utility that created that flash projector needs to be replaced with other one, that generates OSX binaries..

    Thanks again!