[Bug 25219] Demoscene demo @party invitation crashes with unimplemented function d3dx9_36.dll.D3DXLoadMeshFromXInMemory

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 7 13:13:23 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=25219

Misha Koshelev <misha680 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |misha680 at gmail.com

--- Comment #2 from Misha Koshelev <misha680 at gmail.com> 2011-02-07 13:13:22 CST ---
Tony Wasserka has implemented this function in his git repository:
git://repo.or.cz/wine/d3dx9TW.git
branch Merge

misha at ubuntu:~/src/wasserka/dlls/d3dx9_36$ find . -exec grep -i
D3DXLoadMeshFromXInMemory {} \; -print
 * D3DXLoadMeshFromXInMemory
HRESULT WINAPI D3DXLoadMeshFromXInMemory(LPCVOID pSrc,
    hr = D3DXLoadMeshFromXInMemory(buffer, size, dwOptions, pDevice,
ppAdjacency, ppMaterials,
        return D3DXLoadMeshFromXInMemory(buffer, size, dwOptions, pDevice,
ppAdjacency, ppMaterials,
./d3dxmesh.c
@ stdcall D3DXLoadMeshFromXInMemory(ptr long long ptr ptr ptr ptr ptr ptr)
./d3dx9_36.spec

Misha

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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