On Aug 30 19:51, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-30 16:38:32 +0200]: > > > > On Aug 30 10:13, Sam Steingold wrote: > >> <http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html> > >> Any plans to implement RTLD_DEFAULT & RTLD_NEXT? > > > > Nope, but you know http://cygwin.com/acronyms/#PTC , don't you? :-) > > looks like there is no way in win32 to get the list of all open > libraries, is there? (and no analogue for RTLD_DEFAULT either).
EnumProcessModules. This should also allow to implement RTLD_DEFAULT. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/