> From: Richard Hartman [mailto:[EMAIL PROTECTED]]
> I used PAR to dissect my .prc and there it was:
> TWO resources of type tAIB w/ the same resource ID!!!
That's an error. You should only ever have one each of 'tAIB' #1000 and
'tAIB' #1001.
> So ... what was this pseudo-resource-type of 'cicn' for?
> If you do a GetResource using that type you don't find anything ...
That resource type (and several others) exist only in Constructor resource
files on your desktop computer. The PalmRez post linker transforms such
Constructor-only resources into different Palm-only resources that end up in
the PRC. Some examples:
- In Constructor (3.5 SDK), each depth of a bitmap is stored as a separate
resource ('cicn' or 'PICT' or something) plus a 'tbmf' resource tying them
together. PalmRez combines them into a single 'tBMP' resource that contains
all the depths end-to-end.
- Same goes for icons, but with Constructor family type 'taif' and Palm
resource type 'tAIB'.
- When you design a form in Constructor each form object is stored as a
separate resource: buttons as 'tBTN', fields as 'tFLD', labels as 'tLBL',
etc. PalmRez combines all of them together to form a single large 'tFRM'
resource in the PRC.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html