Advice fixing #13683 (DirectX mouse overlay?)

Stefan Dösinger stefandoesinger at gmail.com
Mon Mar 24 15:14:09 CDT 2014


Am 24.03.2014 um 18:53 schrieb Christopher Thielen <christopher at thielen.co>:
> I then tried cross-compiling Wine from Linux using MinGW. I copied over the resulting d3d9.dll and wined3d.dll to the game's directory on Windows XP but it then won't run, complaining:
> 
> "The procedure entry point __wine_get_wgl_driver could not be located in the dynamic link library gdi32.dll.“
Did you set CFLAGS=-DUSE_WIN32_OPENGL ? This preprocessor define is needed to make wined3d work on Windows. Otherwise it uses some Wine-specific exports to bypass opengl32.dll for non-WGL calls and calls libGL.so directly for performance reasons.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20140324/65c0a4e3/attachment.sig>


More information about the wine-devel mailing list