Re: dlopen under cygwin

2004-07-13 Thread Charles Wilson
Gerrit P. Haase wrote: Maarten wrote: Hi all, Is dlopen() & friends supported under cygwin? If so, is the DLL that gets loaded using dlopen() a regular Win32 DLL, or a 'special' type of cygwin DLL? dlopen() works and one should use it. Reason I ask it that (while trying to get 'plugins' to wor

Re: dlopen under cygwin

2004-07-13 Thread Gerrit P. Haase
Maarten wrote: > Hi all, > Is dlopen() & friends supported under cygwin? If so, is the DLL that > gets loaded using dlopen() a regular Win32 DLL, or a 'special' type of > cygwin DLL? dlopen() works and one should use it. > Reason I ask it that (while trying to get 'plugins' to work under > cy

dlopen under cygwin

2004-07-13 Thread Maarten Boekhold
Hi all, Is dlopen() & friends supported under cygwin? If so, is the DLL that gets loaded using dlopen() a regular Win32 DLL, or a 'special' type of cygwin DLL? Reason I ask it that (while trying to get 'plugins' to work under cygwin) I had a look at the gmodule source code of glib, and it seems