Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Shared Library and DLL Support : Accessing a shared library entry point
 

Accessing a shared library entry point

Depending on how your application accesses a shared library routine, whether statically or dynamically, the ABL elements involved are quite different. For more information about determining which access mode is appropriate for your application, see Using sharedlibraries
This section describes the options for defining both static and dynamic access to a shared library.
* Declaring a shared library for static access
* Declaring a shared library for dynamic access