25.4.5 Runtime Loading of DLLs

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

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


GNU Autoconf, Automake and Libtool
GNU Autoconf, Automake, and Libtool
ISBN: 1578701902
EAN: 2147483647
Year: 2002
Pages: 290

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net