The shared library module provides a basic layer around the native functions used to load symbols from shared libraries.
SharedLib is an interface to system-specific shared libraries, such as ".dll", ".so" or ".dylib" files. It provides a simple interface to obtain symbol addresses (such as function pointers) from these libraries.
See Source File
BSD style: $(LICENSE)
Copyright (C) 2007 Tomasz Stachowiak
Tomasz Stachowiak, Anders Bergh
The shared library module provides a basic layer around the native functions used to load symbols from shared libraries.