At 01:11 PM 8/6/2003, Eric Potter wrote:
If I hard code the crc value into the application, is there a way in
CodeWarrior to put all of the values into one resource/record and make
sure they are the only thing in that resource/record?

Use a .r (Mac OS 68K linker) or .rcp (Palm OS 68K linker) file to specify a special resource with your hardcoded values. Even better, use an external script that runs PAR to extract all the resources, produces a CRC resource .bin file, then uses PAR to insert that into your PRC file.


--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



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

Reply via email to