Note that on Mac OS X, you can do what DropRsr does using Apple's ResMerger command line tool which comes with the Mac OS X Dev Tools.

For example, to convert a binary file to a resource file (i.e. converting what's in Resource.frk, which are resource files stored in the data fork, to resource files stored in the resource fork), do:

% ResMerger -srcIs DF -dstIs RSRC Resource.frk/myfile.rsrc myfile.rsrc

and conversely:

% ResMerger -srcIs RSRC -dstIs DF myfile.rsrc -o Resource.frk/myfile.rsrc

Hope this helps,
Florent.

On mercredi, mars 26, 2003, at 22:11 Europe/Paris, Ben Combee wrote:

It is a Mac OS app, and was only shipped with the Mac OS hosted tools. You're using the right version. Constructor needs that RESOURCE.FRK folder setup correctly to open the file.

--
Florent Pillet, Code Segment       [EMAIL PROTECTED]
Developer tools and end-user products         ICQ: 117292463
Palm, Mac, Unix, Windows     http://perso.wanadoo.fr/fpillet


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to