One solution is outlined in the CodeWarrior FAQ at
http://www.metrowerks.com/pda/palm/faq/. Specifically, section 9.
Another solution is to use a Mac droplet called DropRSR. It flattens and
expands the Mac resource fork so you can move it to Windows and vice versa.
http://www.metrowerks.com/pda/palm/extras/Utilities/
It's not meant to be an industrial strength solution. After you run it, you
need to move some files around and create folders. For example, if you have
a file named foo.rsrc, you will end up will a file named 'foo'. Copy that
file to Windows, stick the .rsrc extension back on and place the file in a
directory called "resource.frk". Then, stick a zero length file named
foo.rsrc in the directory above it. That represents the data fork of the
file. I know it's gross, but it gets the job done.
\myproj
\resources
\foo.rsrc (0 bytes)
\resource.frk
\foo.rsrc (1280 bytes [or whatever])
-E
> -----Original Message-----
> From: Hans [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 15, 1999 7:23 AM
> To: [EMAIL PROTECTED]
> Subject: porting Constructror Resources from Mac to Windows
>
>
> Hi everybody,
>
> I've been trying to port some of my projects from Codewarrior for Mac to
> Windows and find that everything works fine apart from the Constructor
> Resource file, which is actually two files (resource and data file) on
> Windows. Is there any way to convert the Mac file so that Constructor for
> Windows recognises it?
>
> Thanks
>
> Hans
>