when I type in D3DXMatrixDecompose(D3DXVECTOR3*,D3DXQUATERNION*,D3DXVECTOR3*,D3DXMATRIX*) VS2005 gives me this compiler error:
error C2059: syntax error ','
it has a problem with the commas separating the function's parameters?! why is this happening to me?