> I need to translate my resource files, so in order to do this 
> I derez my
> .rsrc, then rename the dumped file to .r.
> The prefix file I am using is Palmtype.r and I am generating 
> for PalmOS 3.2.
> I then replace the rsrc with the .r file in the project, and 
> rebuild. The
> process completes without error but the result I get on the 
> Palm is not the
> same as the result I get when I use the .rsrc. In fact, it 
> gets only so far
> in displaying the first panel and then crashes.
> Am I missing something? Without being able to recompile the 
> .r file, derez
> is not much good to me. I would be very grateful if someone 
> knows a solution
> to this problem.

It looks like you have one missing step -- creating a file mapping to tell
the IDE to use the Rez compiler on .r files.  Go into your project settings
in the File Mappings and create a new file mapping:
File Type:  TEXT
Extension: .r
Compiler: Rez
All Flags:  Off

Then the IDE can compile these files, too.

-hkmlt

-- 
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