[Bug 35137] Hitman: Blood Money demo needs native d3dx9_27

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 8 10:25:04 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=35137

hanska2 at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanska2 at luukku.com

--- Comment #1 from hanska2 at luukku.com ---
http://source.winehq.org/git/wine.git/blob/070356799860165d22045cf29518411c5509cd22:/dlls/d3dx9_36/effect.c#l4060

d3dx9_36

4060 static HRESULT WINAPI
ID3DXEffectCompilerImpl_CompileEffect(ID3DXEffectCompiler *iface, DWORD flags,
4061 ID3DXBuffer **effect, ID3DXBuffer **error_msgs)
4062 {
4063 struct ID3DXEffectCompilerImpl *This =
impl_from_ID3DXEffectCompiler(iface);
4064
4065 FIXME("iface %p, flags %#x, effect %p, error_msgs %p stub\n", This, flags,
effect, error_msgs);
4066
4067 return E_NOTIMPL;
4068 }

Do you know why this requires dll 27?

I didnt try to run the demo.

wine 1.7.23

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list