At 11:50 PM 10/23/2003, Axel Bernard wrote:
I'm using the Pilrc plugin (cw6) to compile my own resources, the text is built with a perl script.

The total size of data is about 2 MB.

In order to cope with 1 resource limitation (let say 64k) and ID numbers (let say 65000) I made about 3,000 IDs, each in average of 600 bytes.
(the max being 3,000 bytes for 1 resource).


Each resource is a BYTELIST .
The .r generated code is about 900,000 lines (compile fine seemingly).

It keeps getting 2 Linker errors

        "Error while creating/copying resource fork"
        "Error while saving resources"


IS there a limitation in resources which prevent to get these resources linked ?

Yes. The Mac OS 68K linker used in V6 can only handle around 2800 resources in a link. If you need more resources, you need to upgrade to V9 and use the Palm OS 68K linker, which doesn't have the MacOS file format limitations that V8 and earlier had.


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