Hi, I've converted RSRC files to RCP and am trying to add these to my CW 9.3 project. I'm unable to add the resources in the main target because I have too many Access Paths defined (this issue is documented on this forum). I'm not willing to flatten my project folder.
It seems like the best solution is to create a new target in which to compile the resources (down to .ro perhaps?). The resources compile now, but __Startup__ is missing when I use the Palm OS 68K linker. I can include an empty __Startup__ function, but then I get code and data resources in the output. Is there a way to create some sort of PRC/RO/? file that I can link into my main target that excludes unnecessary resources (code & data)? I'm using the Palm OS 68K linker in my main target. I'm reluctant to use a post-linker batch file (to call 'par' or similar). Thanks, Peter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
