This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 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: DirectDrawCreate


On Tue, 12 Feb 2002, Harold Hunt wrote:

> .\XWin.exe
>   C:\cygwin\bin\cygwin1.dll
[...]
>     C:\WINNT\System32\COMCTL32.DLL

That was what I expected to see.
 
> Notice that ddraw.dll is not linked.  That is the way it should be.  We need
> to replace the direct calls to DirectDrawCreate and DirectDrawCreateClipper
> with the method using GetProcAddress.  That way we'll be able to safely run
> on machines that do not have a dummy version of ddraw.dll (on the off chance
> that this would ever happen).


> In any case, w32api shouldn't be doing something that breaks the
> GetProcAddress method, as that is a perfectly valid method.


I'll check if there's an easy version to create that using the 
int (*FARPROC)(void)

bye
    ago
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723
 phone: +49 3725 349 80 80	mobile: +49 172 7854017
 4. Chemnitzer Linux-Tag http://www.tu-chemnitz.de/linux/tag/lt4


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