Thanks, Jim You are right : the info on the different system calls can be found in the Knowledge Base. The trick was to strip off the "sysTrap" prefix from the function name. In other words, the functions to look for are "StrAToI" instead of "sysTrapStrAToI", "StrCopy" instead of "sysTrapStrCopy", etc.... What I have not found yet is the complete list of APIs together with their address in ROM. Any clues ? Cheers Joan ----- Original Message ----- From: Jim Schram <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 21, 2000 7:34 PM Subject: Re: Where to find information about system calls ? > At 12:27 PM +0100 2000/01/21, Joan Ilari wrote: > >When debuffing an app and looking and the disassembled code I have found > >lots of calls to what I guess are system functions (e.g. sysTrapStrCopy, > >sysTrapStrAToI, sysTrapStrLen, etc, etc...). > > > >Question 1 : Where can I find the list and description of all these > >functions (purpose, parameters' passing, etc..) ? > > In the Palm OS API documentation, of course. > > > >Question 2 : Do these functions are related to the OS version ? If yes (as I > > guess), where can I find the differences between the several OS > > versions ? > > Also in the Palm OS API documentation. > > > >I am sorry if this is a silly question, but I have searched the knowledge > >base @ palm with no results at all. > > Start here: http://www.palm.com/devzone/docs.html#current > > > Regards, > > Jim Schram > 3Com/Palm Computing > Partner Engineering > > > --- You are currently subscribed to palm-dev-forum as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
