There is a way to avoid this warning. It's a bit convoluted, and it only works on the 
Mac. If you look at the example applications for Palm OS 3.5, you'll see that they 
avoid this warning. Here's how it works:

Create a target that merges all the resource files into a single big file, and then 
you include this merged file in place of all the individual files in your other 
targets. The new target should be set to use the MacOS Merge linker, and no 
post-linker. To make sure this merged file is updated when necessary, go into the 
segments tab and drag the new resource merge target into each of the other targets. 
Click on the triangle to see the target name in italics under each target you drag to. 
Finally, remove the dot under the link column heading for the simulator target by 
clicking on it. Don't forget to update your rsc.c file that lists all your resources 
for the simulator to include only the merged file and not the individual resource 
files. That's it!
--
Peter Epstein
Palm Inc. Developer


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

Reply via email to