LoadLibrary error 487 (was Re: Please test latest developer snapshot)

Corinna Vinschen corinna-cygwin@cygwin.com
Sat Feb 26 15:40:00 GMT 2011


On Feb 26 16:32, Corinna Vinschen wrote:
> I tracked the above problem down to this simple change:
> 
>   -LoadDLLfuncEx (timeGetTime, 0, winmm, 1)
>   +LoadDLLfunc (timeGetTime, 0, winmm)
> 
> The difference is that the old version did NOT fail, even if LoadlLibrary
> failed.  It just returned 1 in that case.  The new version now potentially
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Correction: "It just return 0 in that case. "

> fails with the Win32 error returned by LoadLibrary.


Sorry,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat



More information about the Cygwin-developers mailing list