Google

Back: Handling Data Exports from DLLs
Forward: Package Installation
 
FastBack: Package Installation
Up: DLLs with Libtool
FastForward: Package Installation
Top: Autoconf, Automake, and Libtool
Contents: Table of Contents
Index: Index
About: About this document

25.4.5 Runtime Loading of DLLs

DLLs built using the recipe described in this chapter can be loaded at runtime in at least three different ways:

  • Using the Cygwin emulation of the POSIX dlopen/dlclose/dlsym API. Note however that the emulation is broken up until at least version b20.1, and dlopen(NULL) doesn't work at all.

  • Using the Windows LoadLibrary/FreeLibrary/GetProcAddress API.

  • Using libltdl, which is covered in more detail in Using GNU libltdl.


This document was generated by Gary V. Vaughan on May, 24 2001 using texi2html