[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MagiC shared libs
Hi,
I just checked checked what MagiC is implementing...
Their shared library scheme is a very trivial one. It only handles
the problem of dynamically loading and unloading the libraries. All
the major problems like accessing the caller's memory are out of the
scope of this scheme (so the library writer has to solve these issues
on his own).
Konrad, MagiC uses the GEMDOS functions 0x16 and 0x17 for loading
and unloading. Please mark these as "used by MagiC" in dos.c...
Regards, jr