At 09:51 PM 7/12/2003, Eric VERGNAUD wrote:
le 13/07/03 4:33, Konstantin Klyatskin � [EMAIL PROTECTED] a �crit :

> Ben,
>
> I have set the project as: Linker: "Palm OS 68K", Pre/Post-linker: "None",
> Project Type as "68K Code Resource". It builds me PRC format file with a
> single code resource. That's OK, but is there any way to generate only a
> real code resource as a binary file rather than the same resource wrapped
> into PRC format file?
>
> Thank you.
>
> --
> Konstantin
>

With these settings, the file should be a MacOS resource file containing the
resource, not a PRC, since the job of the post linker is mainly to convert
that file from MacOS format to PalmOS format, plus some other resource
related stuff. You can extract the resource using ResEdit or Resorcerer on a
Macintosh.

The Palm OS 68K Linker will merge the contents of a PRC file into antother PRC file, so you can just output the code resource as a PRC, then add that output PRC to the file list for your main PRC file.


Eric, the Palm OS 68K linker doesn't deal with Mac OS resource files at all -- it supports output to LIB and PRC files, and takes as input PRC, RO, BIN, and object files (sometimes supplied in intermediate form through associated compilers).

--
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/

Reply via email to