VB6 doesn't load DirectX meshes under Vista
Hi
Trying to move from XP to Vista and making my old VB6 code work, I see VB6 IDE is not able to load .x forma files. For example the tut06_meshes tutorial that shows how to load a tiger.x model gives an error when trying to load it
Set g_Mesh = g_D3DX.LoadMeshFromX(App.Path + "\Tiger.x", D3DXMESH_MANAGED, _
g_D3DDevice, Nothing, MtrlBuffer, g_NumMaterials)
however the .exe works well.
Thank you for any help.

