From: "mikel anderson" <[EMAIL PROTECTED]>
Subject: Constructor *.rsrc glitch

> Hi, I spent a few days working on a resource file for my latest program,
but
> I tried to copy and paste it, that worked, but when I tried to open either
> copy, it was blank.  Is there any way I can prevent this from happening in
> the futer?

Did you copy everything?  Constructor stores resources like Mac files, with
a data fork and a resource fork.  If you just copy the main .rsrc file you
aren't getting it all.  If you use CodeWarrior's Starter C template, for
example, you will get the following files in the Rsc directory of your
project:

Starter.rsrc                        - this one is 0 bytes
StarterRsc.h                      - the header file generated by Constructor
Resource.frk\Starter.rsrc   - the actual resources



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

Reply via email to