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. If you want to include that resource in another PalmOS app (on mac or Windows), you can do so by including the file in your CW project. Eric ------------------------------- Eric VERGNAUD - JLynx Software Cutting-edge technologies and services for software companies web: http://www.jlynx.com ------------------------------- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
