This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]