Hi all,
I'm currently writing an application in which I use sections of the
source code of the 'Address' application.
The 'Address' application uses RSRC (Constructor) files. I made a new
project with Code Warrior and automatically it made an RCP file for me.
As I'm not too enthusiastic about Constructor and its binairy output
files, this was fine with me. I would just convert all the resources I
needed.
There was just one resource I couldn't find in the resources that came
with the sample application and that's the one that gets retrieved in
AddrEdit.c (line 551) with the following lines:
FieldMapH = DmGetResource(fieldMapRscType, FieldMapID);
FieldMap = (const AddressFields*)MemHandleLock(FieldMapH);
I looked at the result in the Expressions window (an array of enum
AddressFields) and browsed through all the rsrc files that came with the
application but couldn't find it.
I can work around this and don't even need this for my app so it's
mostly out of curiosity that I ask: where is this resource built? And
how can I convert to PilRC \ PRC?
Thanks & regards,
Caspar
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/