Featured Software

Details zu Currency Converter anzeigen
LIVE RATES, Wireless updating, 195 currencies, more than 300 countries covered, CrossRate Table,...
20%
only $10.32
instead of $12.90

PilRC 2.9


Product image for PilRC 2.9
Short description for PilRC 2.9: PilRC is a Platform Independant program (sources are provided) for developing Palm Computing Platform applications. It takes a resource script file and emits one or more binary resource files which are then included by your project's .rc, .asm or other resource file. Let me know if you run into any bugs, have feature suggestions or whatever.
Price:
free
Rating:
(5.0 of 5) 1 rating
Rate now - Recommend software
For:
Show compatible devices
Downloads:
6,204
License:
Freeware
Last updated:
02/22/2002
Languages:
Category:
Various » Various
Registration Key:
will be delivered on purchase
Trial version:
not available
PilRC is a Platform Independant program (sources are provided) for developing Palm Computing Platform applications. It takes a resource script file and emits one or more binary resource files which are then included by your project's .rc, .asm or other resource file.

Let me know if you run into any bugs, have feature suggestions or whatever.
What's new in 2.9 (Fri, 22 Feb 2002)
-----------------
o added "-ro" option
- resources are bundled into a prc database (instead of .bin) !yay!
- DEFAULT: cr8r: 'pRES' type: 'RESO' name: same as filename
o ability to custom specify the above using -creator -type and -name
o recursive includes (32-level deep) now supported
o added src2unix.sh script, to strip ^M chars for UN*X users
- fixed to be "older unix" friendly
o added srcindent.sh script, to indent all source files using indent tool
o fixed strdup complaints
o updated documentation (POPUPLIST example)
o added support for non-32bit operating systems (alpha etc)
o configure.in can decide if pilrcui is built
o VC++ error/warning message syntax fix
o added source migration support for CW_PLUGIN (for neil) :P
o pilrcui compiles once again
- code assumes BA16 resource types (m68k resources), someone wanna fix?
o misc documentation fixes
o slider defaults of (MIN=0, MAX=100, PAGESIZE=10, VALUE=50) implemented
o pre-processor madness fixup - no more misuse of ## operator
o add new resources:
- 'locs' (locales)
- 'hsbd' (hardSoftButtonDefault)
- 'pref' (sysAppPref)
o solved bug in LIST parsing (problem reported by Laurent Dutour)
o bug correction in COUNTRYLOCALIZATION
o locale support
o bug correction in 'tint' 'tkbd' and 'TRAP'
o BITMAPPALETTE/PALETTE options added
- specify custom palettes to "map" source bitmap to for output
- use palette resource to set current display palette
o -NoEllipsis option added
o bug correction(s) in LIST
o bug correction(s) in FONT
o time stamp update for -ro [to use real time]
o fixed default button-id for alerts
o misc fixes for CW_PLUGIN (for neil)
o BITMAP fix
- compression now support for 16bpp images [thanks mr. mcrazor]