http://bugs.winehq.org/show_bug.cgi?id=24102
Summary: A supposedly trivial d3d demo with a mingw source fails Product: Wine Version: 1.3.1 Platform: x86-64 URL: http://www.codeproject.com/KB/directx/mingw3d.aspx OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3dx9 AssignedTo: wine-bugs@winehq.org ReportedBy: hramrach@centrum.cz CC: wine-bugs@winehq.org
I tried to find some d3d demo which I could modify and rebuild.
The single d3d demo with a mingw source I found hits an unimplemented function.
wine: Call from 0x7b836af2 to unimplemented function d3dx9_36.dll.D3DXCreateTextureFromFileExA, aborting
I guess it could be rewritten to not use a file but it is still an issue.
Happens with wine 1.2 and 1.3.
I could install the MS DX9 libraries but I wanted to test some demos the libraries I normally use which are the Wine ones AFAIK.