On Thu, Nov 23, 2000 at 03:23:26PM -0500, Shekar Mantha wrote:
> Thanks for your input. What is the dispatch table and how do I setup the
> references?
The dispatch table forwards the calls from the OS through to the library.
Basically it is a big case statement in a special form.
palmzlib.sourceforge.net has my library which uses this but doesn't
use over 32k, but if it did, I would just arrange the pieces so that
no two references exceeded 32k in separation.
> ----- Original Message -----
> From: "Tom Zerucha" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 22, 2000 10:36 PM
> Subject: Re: Create a library that spans one code segment.
>
>
> >
> > On Wed, Nov 22, 2000 at 07:37:36PM -0500, Shekar Mantha wrote:
> > > Hi,
> > >
> > > How does one create a library that spans more than one code segment? If
> I
> > > create
> > > two libraries (each less than 64K), then I am not able to
> cross-reference
> > > functions
> > > between the libraries.
> >
> > The easiest way might be to put the dispatch table in the middle, so
> > every reference is +/- 32K from the table or each other.
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see
>http://www.palmos.com/dev/tech/support/forums/
--
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/