Ben Combee wrote: > > At 02:09 PM 4/21/2005, you wrote: > > I'm trying to add in my application the T3 flow control patch > > code found in the PalmOne 4.2 SDK samples. But unlike what I > > see in the sample project, CW 9.3 doesn't let met add a Bin > > file to my project. Instead I get a message that "at least one > > file could not be added". Things went better for the .r file > > also part of that patch. How?
> .bin files aren't added directly to CW target that use the > Mac OS 68K linker. Instead, you add a .r file that pulls in > the .bin file into the appropriate resource. You can add a .bin > file directly to a Palm OS 68K Linker target -- that linker > will add them as a resource, deriving the type and ID from the > filename. Hi Ben, 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? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
