Plural - Plua desktop IDE - Plural is a desktop IDE written in Java for the Palm Plua language.
It is feature rich and includes syntax coloring and completion, compilation to Plua and Doc formats and code testing on a Palm Emulator/Simulator.
See www.sophonix.com/downloads/plural.asp for more details
Pocket Toolbox Library - Pocket Toolbox is a native library for PocketC targeted for game development.
The library extends PocketC with the following features: multi-buffered graphics, fast resource bitmaps, 2 & 4 bit grayscale and color graphics, IR comm, custom font importing, and much more
PocketC is all you need to create and run applications directly on your Palm OS-based device, no computer required. Create your source code in memo pad or a Doc editor, compile it with PocketC, and run your application directly from the PocketC application
PocketC Runtime - The runtime version is for those who have no desire to compile applets, but want to run someone else's applet. Using this version saves memory, since the compiler has been removed. This version is freeware and may be distributed freely by developers, but only in its entirety
Portabella is a basic serial communications program that sends and receives data through the serial port on your Palm OS device and displays the bytes in an easy-to-read format. You can effortlessly define transmit strings in hex notation and send them out with a click of a button. Portabella comes with complete source code and can be modified to fit your needs
PP is a ISO standard Pascal compiler for PalmOS.
It generates true native 68000 executable code (.PRC) from Pascal source code.
You can use your favorite Palm DOC editor to write your code and either run PP from the VFSdos console or use the included UI shell PPShell to compile and run your program.
The language syntax is mostly compliant to the ISO 1775:1990
PRCExplorer - Using this tool you can open any PRC file and navigate into it. You can see individual resources, graphically display Forms and Alerts, Bitmaps, Fonts, ... This is useful to debug and develop your application as well as analyzing PRCs
PRCExplorer - Using this tool you can open any PRC file and navigate into it.
You can see individual resources, graphically display Forms and Alerts, Bitmaps, Fonts, ...
This is useful to debug and develop your application as well as analyzing PRCs
PrgCalc - A programmer's calculatorm perfect to use for the onboard-developer, it works very much like an ordinary calculator but without decimals. In the upper row you select whether it should be signed or unsigned, the number of bits and in what way you want your number to be shown. The rest is just like any other calculator