swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: none


From: Marcus G. Daniels
Subject: Re: none
Date: 15 Sep 1999 09:11:27 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "FD" == Fernando Diaz <address@hidden> writes:

FD> We are looking to load user bits of code at runtime. 

I'd suggest using the libltdl library in libtool.  It's a simple
interface to some popular dynamic linkers. (Solaris/Linux/BSD, HPUX,
GNU dld, Win32)

If you don't used shared libraries (e.g. GNU dld), you'll probably
need to provide a function to call Objective C constructors when you bring
in classes.   That's just a matter of grepping for some _GLOBAL_$I_ symbols
and creating a function to call them on load.


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]