I'm an experienced programmer, but quite new to the Palm environment and 
CodeWarrior.
My goal is to be able to open and use Shared Library routines.  I have 
almost achieved my goal.

I can Find a Shared Library.
I can Open a Shared Library.
I know which custom function number I want to call.
I know how many arguments the function takes from .inf files.
I have a fairly decent idea as to what types of arguments I have.
I have a fairly decent idea as to what return type I will see.

This is what I need to know.  Without using header files that compile in
function prototypes for every library, how can I call these functions?
Will I have to manually push my args on to the stack, and somehow call
the relevant trap?  Does anyone have any other related suggestions?


Thanks,
       Marcus

[EMAIL PROTECTED]


George Henne                                     NS BASIC Corporation
 
http://www.nsbasic.com      Orders: 416 264-5999    Fax: 416 264-5888



-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to