A tool to convert Codewarrior for Palm resource files into PilRC resource files.


http://rsrc2rcp.sourceforge.net





Separate each tag with a space.

Release Date:

2003-04-19

Topics:

License:

Ratings and Reviews

Be the first to post a text review of rsrc2rcp. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker artifact added

    Anonymous created the Doesn't handle accents correcly artifact

    posted by nobody 1882 days ago

  • Tracker artifact added

    posted by jonhgh 2114 days ago

  • Tracker artifact added

    jonhgh created the Syntax of BUTTONS in ALERT artifact

    posted by jonhgh 2114 days ago

  • Tracker artifact added

    posted by jonhgh 2114 days ago

  • Tracker artifact added

    Anonymous created the Doesn't seem to handle BitMap buttons artifact

    posted by nobody 2243 days ago

  • File released: /rsrc2rcp/0.8/rsrc2rcp-0.8.tar.gz

    posted 2396 days ago

  • Code committed

    alvinkoh committed patchset 25 of module rsrc2rcp to the rsrc2rcp CVS repository, changing 2 files

    posted by alvinkoh 2396 days ago

  • rsrc2rcp 0.8 file released: rsrc2rcp-0.8.tar.gz

    # Change Log: # # 14 Mar 2003 0.8 Alvin Koh <alvinkoh@mac.com> # Fixed MBAR processing. Pulldown menus were incorrect processed # as Menu Bars. Thanks to Edward Zadrozny and Russ Bernhardt for # pointing this out. # # 16 Feb 2003 0.7 Alvin Koh <alvinkoh@mac.com> # Print message if rsrc file is 0 bytes. # See Notes below for Windows and Mac OS X. # # 30 Mar 2002 0.6a2 Chris Ring <chris@ringthis.com> # Corrected format of tSCL structure. # # 15 Oct 2001 0.6a1 Alvin Koh <alvinkoh@mac.com> # Use HEX command for unknown resource types. # Fixed DEFAULTBUTTON in process_Talt. # # 17 May 2001 0.5a2 Alvin Koh <alvinkoh@mac.com> # Incorporate Olaf Dietsche's patches for -F bug where filePrefix # gets set to -F instead of the prefix value. # # 21 Mar 2001 0.5a1 Alvin Koh <alvinkoh@mac.com> # Support for PICT with packed bits. # # 10 Mar 2001 0.4a7 Alvin Koh <alvinkoh@mac.com> # Support for tgpb. # # 8 Mar 2001 0.4a6 Alvin Koh <alvinkoh@mac.com> # Support for PICT with uncompressed and unpacked # bits. Now we have an option of creating .bmp or # .pbitm bitmap files. # Added -b and -p options to create .bmp file. .pbitm # files are created by default. # Process multiple resource files. # Parsing of .rsrc file is now handled by the # process_RSRC_File routine. # Added handler for tAIS contributed by Olaf Dietsche # # 6 Mar 2001 0.4a5 Alvin Koh <alvinkoh@mac.com> # Fixed bug in tGDT and tSLT where resource count # was not decremented as they were processed. # Added back check for unhandled resources before # program exit. # # 5 Mar 2001 0.4a4 Alvin Koh <alvinkoh@mac.com> # Uncommented FORMBITMAP output command in tFBM. # (Bitmaps still not handled though) # Added check for " in strings and convert to \". # # 2 Mar 2001 0.4a3 Alvin Koh <alvinkoh@mac.com> # Change interpretation of 0x0d in strings to # '\r' instead of '\n'. # BITMAP keyword for tFBM was omitted. # Non-Boldframe was incorrectly handled. # Fixed bug in tGDT handler where USABLE was # always 0. # # 1 Mar 2001 0.4a2 Alvin Koh <alvinkoh@mac.com> # Fixed bug in tGDT handler where gadget ID was # used inadvertently used as top left origin. # Added support for String Lists (tSTL). # # 26 Feb 2001 0.4a1 Alvin Koh <alvinkoh@mac.com> # Implemented a process dispatcher by using the # AUTOLOAD subroutine to handle any undefined # process_XXXX routines. # Added support for tGDT and tSLT. # Added check for MacOS resource fork. # # 24 Feb 2001 0.3a1 Alvin Koh <alvinkoh@mac.com> # Modified code to provide more info about resources # that rsrc2rcp did not handle. # # 23 Feb 2001 0.2a1 Alvin Koh <alvinkoh@mac.com> # Added support for tBTN, tPUL, tPUT, tLST, tCBX, # tGSI, tPBN, tREP, tSCL, tTBL, tFBM. # # 22 Feb 2001 0.1a1 Alvin Koh <alvinkoh@mac.com> # Support for ICON, tAIN, tver, tTTL, tFRM, MBAR, # MENU, tLBL, tFLD, Talt, tSTR. #

    posted 2397 days ago

  • rsrc2rcp 0.7 file released: rsrc2rcp-0.7.tar.gz

    # Change Log: # # 16 Feb 2003 0.7 Alvin Koh <alvinkoh@mac.com> # Print message if rsrc file is 0 bytes. # See Notes below for Windows and Mac OS X. # # 30 Mar 2002 0.6a2 Chris Ring <chris@ringthis.com> # Corrected format of tSCL structure # # 15 Oct 2001 0.6a1 Alvin Koh <alvinkoh@mac.com> # Use HEX command for unknown resource types. # Fixed DEFAULTBUTTON in process_Talt # # 17 May 2001 0.5a2 Alvin Koh <alvinkoh@mac.com> # Incorporate Olaf Dietsche's <olaf.dietsche@cmx.net> # patches for -F bug where filePrefix gets set to -F # instead of the prefix value. # # 21 Mar 2001 0.5a1 Alvin Koh <alvinkoh@mac.com> # Support for PICT with packed bits. # # 10 Mar 2001 0.4a7 Alvin Koh <alvinkoh@mac.com> # Support for tgpb # # 8 Mar 2001 0.4a6 Alvin Koh <alvinkoh@mac.com> # Support for PICT with uncompressed and unpacked # bits. Now we have an option of creating .bmp or # .pbitm bitmap files. # Added -b option to create .bmp file. .pbitm files # are created by default. # Process multiple resource files. # Parsing of .rsrc file is now handled by the # process_RSRC_File routine. # Added handler for tAIS contributed by # Olaf Dietsche <olaf.dietsche@gmx.net>. # # 6 Mar 2001 0.4a5 Alvin Koh <alvinkoh@mac.com> # Fixed bug in tGDT and tSLT where resource count # was not decremented as they were processed. # Added back check for unhandled resources before # program exit. # # 5 Mar 2001 0.4a4 Alvin Koh <alvinkoh@mac.com> # Uncommented FORMBITMAP output command in tFBM. # (Bitmaps still not handled though) # Added check for " in strings and convert to \". # # 2 Mar 2001 0.4a3 Alvin Koh <alvinkoh@mac.com> # Change interpretation of 0x0d in strings to # '\r' instead of '\n'. # BITMAP keyword for tFBM was omitted. # Non-Boldframe was incorrectly handled. # Fixed bug in tGDT handler where USABLE was # always 0. # # 1 Mar 2001 0.4a2 Alvin Koh <alvinkoh@mac.com> # Fixed bug in tGDT handler where gadget ID was # used inadvertently used as top left origin. # Added support for String Lists (tSTL). # # 26 Feb 2001 0.4a1 Alvin Koh <alvinkoh@mac.com> # Implemented a process dispatcher by using the # AUTOLOAD subroutine to handle any undefined # process_XXXX routines. # Added support for tGDT and tSLT. # Added check for MacOS resource fork. # # 24 Feb 2001 0.3a1 Alvin Koh <alvinkoh@mac.com> # Modified code to provide more info about resources # that rsrc2rcp did not handle. # # 23 Feb 2001 0.2a1 Alvin Koh <alvinkoh@mac.com> # Added support for tBTN, tPUL, tPUT, tLST, tCBX, # tGSI, tPBN, tREP, tSCL, tTBL, tFBM. # # 22 Feb 2001 0.1a1 Alvin Koh <alvinkoh@mac.com> # Support for ICON, tAIN, tver, tTTL, tFRM, MBAR, # MENU, tLBL, tFLD, Talt, tSTR. #

    posted 2458 days ago

  • File released: /rsrc2rcp/0.7/rsrc2rcp-0.7.tar.gz

    posted 2458 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

rsrc2rcp Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review