I have been developing my application under the Macintosh 68k linker. Now that its size is exceeding the single segment limit, I need to convert it into multi segment. The prerequisite for doing so is that the linker is set to PalmOS 68k. This messes up my resource file, I've noticed.
I first tried converting to multisegment first and then converting the .rsrc and linking it to the build target (as indicated in the "Targeting PalmOS" document) with no avail. Converting the .rsrc and linking it even under a single segment target gives the same link error as the first method. "Link Error: PalmRez Error: Could not open file : resources.tmp in resources.tmp; line1 # Col :1" It does create a 0 byte size file by name "resources.tmp" in the project directory, however. How can a single segment (Macintosh 68K linker) be converted to multisegments (PalmOS 68k linker) with resources intact? Thanks. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
