PilRC ver 1.8
by Wes Cherry wesc@ricochet.net
PilRC is a Win32 program for developing USRobotics/Palm Pilot 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.
PilrcUI gives you a quick GUI preview of your resource file. Clicking on the client area causes it to reload.
Let me know if you run into any bugs, have feature suggestions or whatever.
PilRC is freeware. Source code is available (This should compile as-is on Unix platforms).
What's new in 1.8
o Fixed some bad bugs in scrollbar generation
o Fixed bug in duplicate control detection code.
What's new in 1.7
o Incorporated code to read PBM, PBITM, and XBM bitmaps.
o Bitmap compression may be specified (COMPRESS, AUTOCOMPRESS,
NOCOMPRESS). Thanks to Hoshi Takanori (hoshi@sra.co.jp)
o Automatic ID generation (-H command line option)
o Support for new PalmOS 2.0 scrollbar control
What's new in 1.6
o Fixed bug that prevented it from working on non Intel platforms
What's new in 1.5
o Now checks for duplicate form, menu, string, alert and form
object ids
o Also checks for invalid ids (not in 0..9999)
What's new in 1.4
o New -R command line argument: emits .res files -- a list of
resources emitted by pilrc. Include this in your PilA or JUMP
program
o New -q command line argument: Quiet mode -- less noisy output
o Sample .c file now builds and loads correctly on Pilots
What's new in 1.3
o Support for .java include files (Thanks to David Dawson)
o New BITMAP and ICON commands convert Windows .BMP files to
pilot bitmaps (Thanks to David Dawson)
o Sample .rcp file, .c and .asm files which contain examples for
each control type
o New -I command line argument to specify include search paths
o Updated user manual (Thanks to David Dawson)
o Bug fixes
Let me know if you add any features, port or extend pilrc. I would like to keep tabs on all the variant flavors of pilrc. Thanks.