ident. not found?

Started by
3 comments, last by 31337noob 18 years, 4 months ago
error C3861: 'D3DXMATRIXTranslation': identifier not found error C3861: 'D3DXMATRIXScaling': identifier not found error C3861: 'D3DXMATRIXMultiply': identifier not found error C3861: 'D3DXMATRIXMultiply': identifier not found and i do have the dx9 libs and dx9 headers. why? thanks in advanced.
Advertisement
anyone?
Did you #include D3dx9math.h ?
It's D3DXMatrix*, not D3DXMATRIX*.

Quote:Original post by Muhammad Haggag
It's D3DXMatrix*, not D3DXMATRIX*.



thanks it works now.

This topic is closed to new replies.

Advertisement