-----Original Message-----
From: Ben Combee [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:19 PM
To: Palm Developer Forum
Subject: Re: API problem!



There are no DLLs on the Palm.  You can build shared libraries, which
are code resources with a special entry point.  The OS allows calls into
the resource by mapping system traps to entries in a library dispatch
table.  See the SampleLib project included with CodeWarrior for details
on setting up your own library -- but, beware that there are
restrictions on the format of the function calls -- they must have a
initial parameter which is used to map the instance of the call to the
library.  This prevents them from being useful as C++ method calls.



u have said that there are no DLLs on the palm......do u mean to say
taht there's no DLL on the palm handheld ?

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to