Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem compiling on Windows DX9 #108

Open
AlainBridel opened this issue Nov 14, 2012 · 1 comment
Open

Problem compiling on Windows DX9 #108

AlainBridel opened this issue Nov 14, 2012 · 1 comment
Labels
Milestone

Comments

@AlainBridel
Copy link

XMeshHierarchy that is ID3DXAllocateHierarchy descendant is implementing CreateMeshContainer (pure virtual) with a different signature defined in d3dx9anim.h.

This result with XMeshHierarchy not able to be instanciated.

Compiler VC2008 + DX9 SDK

signature expected :
STDMETHOD(CreateMeshContainer)(THIS_ LPCSTR Name, LPD3DXMESHDATA pMeshData,
LPD3DXMATERIAL pMaterials, LPD3DXEFFECTINSTANCE pEffectInstances, DWORD NumMaterials,
DWORD *pAdjacency, LPD3DXSKININFO pSkinInfo,
LPD3DXMESHCONTAINER *ppNewMeshContainer) PURE;

@DarthMike
Copy link
Owner

I thinik it relates to #1, as unfortunately, we dropped support (for now) for 3d features, when starting development of crossplatform version. anyway Indielib's strength is in 2d features. We'll fix this later on in development. I'll assign good milestone for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants