On Jan 28 08:40, [EMAIL PROTECTED] wrote: > I am thinking of renaming the cygwin1.dll under the Tornado > directory, so that it cannot be found there anymore, to make > the compiler use exclusively the cygwin DLL in our standard > cygwin path.
Sounds like a good idea to me. > Does the Win32 API search for DLL's in the normal PATH > variable or are there other environment variables which > influence this ? Standard Windows behaviour influences the search. See the LoadLibrary entry in MSDN, which explains it: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/loadlibrary.asp Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com 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/