Tom's Guide Forum
  Tom's Guide Forums » PDA » Palmpilot » Programming
 




Word :   Username :  
 
Bottom
Author
 Thread : Programming
 
More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

Does anyone know of a simple (relatively) way to write programs for a
Palm m125? I have a budget of $50 or so that I would want to spend on
this project, plus I don't have a programming background, and thus I am
not familiar with binary or any of the other languages. Any help would
be appreciated.

Related Product

Register or log in to remove.

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

jflash a écrit, le 20/05/2005 18:05 :

> Does anyone know of a simple (relatively) way to write programs for a
> Palm m125?

It's difficult to answer without knowing what kind of programs you'd
like to write...

> I have a budget of $50

Some environments are free.

> or so that I would want to spend on
> this project, plus I don't have a programming background, and thus I am
> not familiar with binary or any of the other languages.

Only real developers consider that binary is a language ;-)

--

Internet, newsgroups, e-mail => Netiquette
http://usenet-fr.news.eu.org/fr.us [...] uette.html
news:fr.bienvenue news:fr.bienvenue.questions
news:news.announce.newusers news:fr.usenet.reponses

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

OK. Thanks, I was just wondering if there was a general tool you can
use, sort of like Visual Basic (I think) for PCs. Thanks again!

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

"jflash" <ki4hrg@gmail.com> wrote in news:1116642380.715268.290350
@g43g2000cwa.googlegroups.com:

> OK. Thanks, I was just wondering if there was a general tool you can
> use, sort of like Visual Basic (I think) for PCs. Thanks again!

There are Pascal and C compilers for Palm, including one, OnboardC, which
runs on the Palm itself. A Google search for Palm programming tools
should get you started.

--
Regards,

Stan

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." B. Franklin

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

Hello jflash,

Have you looked at http://www.palmos.com and http://www.palmsource.com?
What you need is an IDE(Integrated Development Environment)! There are
free ones and ones you have to pay for.

You might want to get a book on Palm OS Programming.

Good Luck,
Geodepe
http://www.digitalorder.com

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

jflash wrote:
> Does anyone know of a simple (relatively) way to write programs for a
> Palm m125? I have a budget of $50 or so that I would want to spend on
> this project, plus I don't have a programming background, and thus I am
> not familiar with binary or any of the other languages. Any help would
> be appreciated.
>

hotpaw has a basic interpreter that runs on a m505 OS 4.
not sure about compatibility with yours.
It's a limited demo, but not limited so much.
mike

--
Return address is VALID but some sites block emails
with links. Delete this sig when replying.
..
Wanted, PCMCIA SCSI Card for HP m820 CDRW.
FS 500MHz Tek DSOscilloscope TDS540 Make Offer
Wanted, 12.1" LCD for Gateway Solo 5300. Samsung LT121SU-121
Wanted 12" LCD for Compaq Armada 7770MT.
Bunch of stuff For Sale and Wanted at the link below.
MAKE THE OBVIOUS CHANGES TO THE LINK
ht<removethis>tp://www.geocities.com/SiliconValley/Monitor/4710/

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

For my toying around with basic I am happy with the free smallbasic
http://smallbasic.sf.net

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

Thanks for all the help! I'll try some of them out. If it affects what
program I should use, I am wanting to make a To Do type program, except
that is used for lists (such as packing, shopping, etc.) Thanks again
for the help!

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

On 20 May 2005 19:26:20 -0700, jflash
<ki4hrg@gmail.com> wrote:
> OK. Thanks, I was just wondering if there was a general tool you can
> use, sort of like Visual Basic (I think) for PCs. Thanks again!
>
There are even Basic interpreters for PalmOS. Look for SmallBasic
(free) or HotPaw Basic (shareware).


--
Test-tube babies shouldn't throw stones.

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

In article <1116637525.884426.211510@g43g2000cwa.googlegroups.com>,
ki4hrg@gmail.com says...

> Does anyone know of a simple (relatively) way to write programs for a
> Palm m125? I have a budget of $50 or so that I would want to spend on
> this project, plus I don't have a programming background, and thus I am
> not familiar with binary or any of the other languages. Any help would
> be appreciated.
>
>

<http://goanna.cs.rmit.edu.au/~winikoff/palm/dev.html>
<http://www.palmos.com/dev/support/docs/palmos/PalmOSCompanion/Companion
TOC.html>
<http://www.palmsource.com/developers/>

--
Jim Anderson
( 8(|) To email me just pull my_finger

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

"jflash" <ki4hrg@gmail.com> wrote in news:1116690626.769750.172800
@o13g2000cwo.googlegroups.com:

> Thanks for all the help! I'll try some of them out. If it affects what
> program I should use, I am wanting to make a To Do type program, except
> that is used for lists (such as packing, shopping, etc.) Thanks again
> for the help!

If you want to do it just for the practice and experience, have fun. If
you want an app that works, try HandyShopper. It's free, and will work
for lots of things besides shopping lists, and there are many different
databases available on the Google group.

--
Regards,

Stan

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." B. Franklin

More Information

Archived from groups: comp.sys.palmtops.pilot (More info?)

 

Hello,
you can try PDA toolbox.
it is very visual, no programming needed. and you can do simple database
programs with it.
This one is within your budget!, here is the link:
http://www.pdatoolbox.com/

also there is nsbasic. it might be out of your budget but worth taking a
look at:

http://www.nsbasic.com


hope this helps,
bb.

--
Get The CrashCart!!
http://www.rncrashcart.com

"jflash" <ki4hrg@gmail.com> wrote in message
news:1116642380.715268.290350@g43g2000cwa.googlegroups.com...
> OK. Thanks, I was just wondering if there was a general tool you can
> use, sort of like Visual Basic (I think) for PCs. Thanks again!
>


  Tom's Guide Forums » PDA » Palmpilot » Programming

Go to:
 

Google ads