Mike Davis wrote:
> 
> It would be nice if there was some documentation somewhere
> that listed all functions and what header files are required.
> 
> I'm using a Window Help file that that I got somewhere (I forget
> where) that does not have that info.  Maybe there is some
> documentation somewhere that I am missing.  I do not use Code Warrior.
> 
> How does one determine which header file goes with which function.
> Most are obvious but some are not.  Like: uaecptr and uae_strcpy.

Mike,
   Those are from the VC++ sources to Poser, not anywhere in the
PalmOS.  As Keith mentioned, use the VoidPtr and StrCopy instead.

> There are others so I'm not interested in just getting answers to
> these.  What I am looking for is documentation that shows functions,
> parameters and what headers are required?

   If you can't find it in the distributed .pdf files for the OS or
a text search through the headers, it's probably not in the OS.  The
current style guide for OS 3.1 (is 3.2 out yet?) shows the functions
and their parameters.  For a corresponding header file you'll have
to make an educated guess.  E.g., AlmSetAlarm is in the "Alarm Man-
ager" section so it's probably contained in AlarmMgr.h.

Regards,
Daniel.

Reply via email to