dlopen/dlsym without cygwin.dll

jcast@cate1-208.reshall.ou.edu jcast@cate1-208.reshall.ou.edu
Thu Jul 12 09:43:00 GMT 2001


Henk Vandecasteele <henk.vandecasteele@pharmadm.com> wrote on Thu, 12 Jul 2001 18:24:02 +0200:

> is there a way to use dynamic loading at runtime without using
> cygwin.dll ( gcc -mno-cygwin)?  ( So the library is not linked at
> startup, but while running usualy initiated by the user of the
> program.)  I've looked around and I do not see many options.

The Windows API to do this is LoadLibrary/GetProcAddress.  These
are roughly analagous to dlopen/dlsym.  

HTH

Jon Cast

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list