Tom Zerucha <[EMAIL PROTECTED]> wrote:

> (Is there a Palm shared lib standard? - how does mathlib do it?

In Chapter 5, Shared Libraries, of my Programmer's Guide to PalmOS gcc, I
explain how SysLibs are designed for low-level hardware-controlling drivers and
how they are unacceptable for an application-level shared library mechanism.
People doing the latter like MathLib are *abusing* it. In the same chapter I
explain how these is nothing stopping application developers or even better
development tool vendors from creating their own mechanisms for true
application-level shared libraries. GLibs are one of them.

> Shouldn't GCC be able to generate these?)

It is and has always been.

> (I also wonder why CODE0001 can't simply be the run-time linker, with
> higher numbers being the objects, maybe with corresponding rloc
> resources and rlib for libraries or something - there are a lot of
> ways to do it).

Please do yourself a favor, read my Programmer's Guide to PalmOS gcc, and get a
feel for how all this is done in reality.

--
Michael Sokolov         Harhan Engineering Laboratory
Public Service Agent    International Free Computing Task Force
                        International Engineering and Science Task Force
                        615 N GOOD LATIMER EXPY STE #4
                        DALLAS TX 75204-5852 USA

Phone: +1-214-824-7693 (Harhan Eng Lab office)
E-mail: [EMAIL PROTECTED] (ARPA TCP/SMTP) (UUCP coming soon)

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to