Abstraction for loading and unloading shared libraries. Include function address resolution. Ideally, we should extend this in the frameworks to have class loading ability for C++ objects.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Abstraction for loading and unloading shared libraries. Include function address resolution. Ideally, we should extend this in the frameworks to have class loading ability for C++ objects.
Module Loader should be able to enumerate the entry points in a shared library.
Module Loader should declare a unique type of Module Loader exception.
This requirement is called Library Load due to the modules definition of Linux, Apache, etc.
This will more accuratley describe the type.