why dont you look at the header files?

all the API calls and enumerated data types are there.. and they
have even grouped them.. 

  <Common.h>    - Common header file for all Pilot routines.
                  Contains elementary data types

  <UI/Window.h> - This file defines window structures and routines.
 
  <UI/Form.h>   - This file defines dialog box structures and routines.

etc..
 
dont expect everything to be given to you in a book.. most C
programmers use 'man' pages or just look at the header files,
90% of the time, the books mispell something.. 

with gcc, the header files are stored here:

  /usr/local/m68k-palmos-coff/include/

CW and other developmenr environments will store them under
the main installation directory or something.

the header files are consistant across every development
environment (only diff is normally comments)

cheers.

az.
--
Aaron Ardiri 
Lecturer                       http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN       
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 352 8192           A/H: +46 26 10 16 11

On Mon, 19 Apr 1999, Martyn Arnold wrote:

> I'd definately be interested.
> 
> Martyn Arnold
> 
> ----------
> >From: "Bozidar Benc" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Subject: RE: Looking for list of all PalmOS API Calls and Enumerated Datatypes
> >Date: Mon, Apr 19, 1999, 10:04
> >
> 
> > I have a list of Palm OS functions which I'm using with CW for editor
> > coloring.
> > If anyone is interested, I'll put it on my Web site.
> >
> > Bozidar
> 
> 

Reply via email to