DXE2 for DJGPP developement package. A library for creation and usage of DXE2 dynamic modules. This is NOT the DXE format that is included in DJGPP C runtime library, but its successor, a much better and improved format. Features include: multiple exported symbols support, fully compatible with Unix' dlopen() API, dynamic loading (via dlopen()) as well as static linking against so-called `import' libraries (the dynamic library is loaded on first call to any routine in DXE), cross-link support (one DXE can call routines that are exported from another DXE) and more. (C)(L) Andrew Zabolotny,