> I recently discovered (to my horror) that the RTLD_* options (in
> /usr/include/dlfcn.h) seem to just be dummy placeholders in cygwin,
> due to the utterly feeble shared library/dll model under windows.
>
> The cygwin sources appear to have wrapped the dl{open,sym,close}
> calls around the windows equivalents (LoadLibrary, GetProcAddress,
> and FreeLibrary).
>
> Is there a way to simulate the dlopen(soname,RTLD_GLOBAL) call under
> windows?
> I really require this (or equivalent) functionality.
>
> Any help will be greatly appreciated...
libltdl supports loading of Windows DLLs. The version we are using in
kde-cygwin seems to work well.
Regards
Chris




--
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/

Reply via email to