Ben Combee wrote:
> > At 01:26 PM 4/22/2005, you wrote: > > there seems to be a contradiction in what you're writing. > > But in any case, I successfully added to the target the .r file > > that calls the .bin file, but CW 9.3 doesn't add the .bin file > > itself. I'm using the very .r and .bin files supplied in the > > 4.2 SDK samples, unaltered, and I do see them added to the > > sample project, but not to mine. Any special setting required > > to get CW to do this automatically?
> Look at the .r file. Does it have the appropriate command to read > in the .bin file and assign it to a resource? If not, you'll need > to do that yourself -- search through palmoswerks.com for an > example.
The .r file contains a single line:
READ 'ARMC' (1) "ARMC0001.bin";
It's in my sole source directory, along with the ARMC0001.bin file.
That should work. That should pull in that file, saving it as 'ARMC' #1, which will then get put into your PRC file by PalmRez. If that doesn't work, I don't have any more ideas.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
