le 25/10/00 11:22, guoxj � [EMAIL PROTECTED] a �crit�:
> I have built a ssql.lib ,and it's size is about 75k. I want to provide it
> for other palm programmers,so when they use this ssql.lib they will
> encounter the problem of overflow of 64k. Even if I have put it into two
> segments when I make the ssql.lib .When other programmers put it in a sole
> segment,linking is ok. But they will get the message "The register key
> ,"BDVVM", is not defined" when running their software.
>
> Can anybody help me??
>
> guoxj
>
>
Segmentation is done by the linker at final link time. So your users will
have to do their own segmentation in their project which uses your
libraries. On your side, you have to divide your project in 2 subprojects:
ssql1 and ssql2, to produce 2 libraries that work together.
I do this all the time.
Cheers,
Eric
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/