Re: [Alephmodular-devel] Question about modules
Status: Pre-Alpha
Brought to you by:
brefin
From: Michael A. <mdm...@ya...> - 2003-01-03 19:27:32
|
You may be interested to look at libtool. It is a cross platform wrapper around dynamically loaded stuff. http://sources.redhat.com/autobook/autobook/autobook_toc.html (That link is also a good book for anyone wanting to learn automake and autoconf.) However, dynamic stuff is always a pain to write correctly, and I'm not to sure of libtool's support for Classic, OSX or Win32. Some dynamic stuff could be turned into scripts in some scripting language and that would avoid the incompatabilities of shared libraries, but also has it's own problems. Just a few thoughts, Michael D. Adams mdm...@ya... --- Alexander Strange <ast...@it...> wrote: > Does the modular concept just extend to code design, > or does it > actually mean that the various parts will be turned > into swappable, > dynamically loaded plugins? > > If it does, I would recommend using the > dlopen()/dlsym/etc APIs. > They're available on almost all Unixes, and there's > an emulator library > for OS X at > http://www.opendarwin.org/projects/dlcompat/. There > might > be something like that on Windows, too; I have no > idea how plugins are > handled in Classic MacOS. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Alephmodular-devel mailing list > Ale...@li... > https://lists.sourceforge.net/lists/listinfo/alephmodular-devel __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |