[Alephmodular-devel] Question about modules
Status: Pre-Alpha
Brought to you by:
brefin
From: Alexander S. <ast...@it...> - 2003-01-03 05:36:02
|
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. |