Hi everyone! I like to program on my Palm. I like Hot Paw basic because it's free and unregistered version doesn't differ much from registered version!! Also,...
... At this site: http://www.nicholson.com/rhn/palm/ Near the bottom is a section called: "Palm OS Computing Platform Application Development Resources" This...
Thanks anyone for replying my post. I have found a free palm pascal compiler here: http://ppcompiler.free.fr/?lng=en Neville, when you wrote that summary of...
Hello, I'm relatively new at HotPaw, so I still have a lot to learn. I was wondering if there is currently or perhaps a plan to create a compiler that runs on...
On Mon, 20 Sep 2004 18:52:07 -0000 "alanw64" <alanw64@...> ... Well, you could use a POSE "a Palm Emulator" but if you're like me... I have a Tungsten...
Hello, as fas as I understand hotpaw basic, this is an interpreter, not a compiler, it does not compile basic programs anyway, not an the palm, not on a PC. ...
Is there a plan to create an interface to write and test code on the PC then? This could be a lot easier then writing it on the Palm (oops, I mean PDA.) ...
... I have a Treo 600 and a Zire 71 and have the same problem! Michael _________________________________________________________________ Express yourself...
... That would be very, very cool! Michael _________________________________________________________________ Express yourself instantly with MSN Messenger!...
Here is the sender test code... #beamsnd.bas put "IrExg","Beam Test" a$=input$(1) Here is the receiver test code... #beamrcv.bas b$="" while(b$="") fn wait(1) ...
Thank you for the replies. I said "compile" but I meant interpret, like QBasic. I think it would be pretty cool, too. The application could have a GUI...
... This is exactly what I'd like for HotPaw. Does anyone know if someone has written a Windows Integrated Development Environment for HotPaw? Michael ...
HotPaw Basic is a Basic interpreter which runs under the PalmOS (either on a handheld, or on the POSE emulator on a Mac or PC). Chipmunk Basic is another...
Here: http://www.hotpaw.com/rhn/hotpaw/beta/ is where the new beta release of HotPaw Basic can be downloaded from. Includes fixes for Treo 600 form focus...
... Yeah! Thanks! Michael _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar – get it now! ...
On the usual web site: http://www.hotpaw.com/rhn/hotpaw/ Includes better support and some fixes for VFS file I/O. Previously: Added an old-fashioned console...
I'm using HotPaw to extract reports from a HandBase database. Doing this I've seen that the execution time can get long. Is sequential reading of the records...
Cool! thanks! Michael _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how...
Hallo, how can I get a standalone application? I have a reg. version of HPB, and I can not create a file, this must running on a other Palm without HPB. My...
I have the attached code that loops thru TODOs for selected date and will let you schedule them in the calendar. I would like to have code 1) set the private...
The actual serial port hardware logic for these lines differs from model to model. On some models one or another of these lines (DTR/RTS) may toggle when the...
I just got hotpaw basic on oct. 22, but I used quickbasic for the PC before that so I know a little bit about it. I would like to know a good website where I...