Hi Boris,

Frow what you write you seem to have one large program of 350 C functions.

If size being greater than 64K is your problem the correct solution is to
use multiple code segments.  Do not use libraries if you are only trying to
get around the size restriction for a large program.

Regards,

On 06/02/07, bwidiger <[EMAIL PROTECTED]> wrote:
>
> Thanks Borszczuk and Michael,
>
> it's good to know, that it is possible to call a 2nd lib from the 1st lib
> directly.
>
> But I don't now how I call correctly the 2nd lib from the 1st lib.
>
> I am newbie in software-development in Palm.
> I am porting a software, written in C with about 350 routines, into the
> Palm OS 5.2. So, the software must be split out into some libraries with
> many globale structures and variables, because the size of the code is
> bigger as 64 KBytes.
>
> Does not exist three samples-project, one for an appl. and two for the
> libraries separate to explore it?
>
>
> Thank you for your help.
>
> Regards Boris
> --
> For information on using the PalmSource Developer Forums, or to
> unsubscribe, please see http://www.palmos.com/dev/support/forums/
>

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

Reply via email to