https://bugs.winehq.org/show_bug.cgi?id=35137 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #1 from hanska2(a)luukku.com --- http://source.winehq.org/git/wine.git/blob/070356799860165d22045cf29518411c5... 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.