Palm-meisters,
I am trying to add a .r file describing an armlet resource to a Codewarrior project. I just select "Source" in the tree in the panel at left, "Add Files", and then the name of the file. I get a message "At least one file could not be added to the selected target(s)".
I have done this before for other projects without problems. The current project is a modified version of the Camera application from the pluggedin SDK. According to the README, "It uses PilRC resources but I also have included a regular constructor resource,..."
This project is using the Palm OS 68K linker, not the Mac OS 68K linker, so it doesn't support .rsrc or .r resource files.
You can either directly add the ARMlet .bin file to this project (if it follows the ARMCNNNN.bin convention), or you can use a .rcp file with the DATA command to read in your .bin file. You could also convert the project to the Mac OS 68K linker and use the .rsrc file rather than the .rcp 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/
