I am getting the following error when I compile one of the projects generated using the c++ DirectX wizard. I just installed the Feb 2006 SDK. In this file d3dfile.cpp: error C2664: 'D3DXLoadMeshFromXof' : cannot convert parameter 1 from 'LPDIRECTXFILEDATA' to 'LPD3DXFILEDATA'
On Sat, 11 Mar 2006 04:40:27 -0800, Mathnerd wrote: > I am getting the following error when I compile one of the projects generated > using the c++ DirectX wizard. I just installed the Feb 2006 SDK. What version of VC/VS are you using? -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution
When I go to the about in the Microsoft development environment this is what I get: Microsoft development environment Version 7.1.3088 Microsoft .Net Framework 1.1 Version 1.1.4322 SP1 Now I installed the .net framework 2.0 so I do know why it says that. Do I need to buy a newer copy? I bought this maybe a couple of years ago and stopped using it, just recently started using it again. "The March Hare [MVP]" wrote: > On Sat, 11 Mar 2006 04:40:27 -0800, Mathnerd wrote: > > > I am getting the following error when I compile one of the projects generated > > using the c++ DirectX wizard. I just installed the Feb 2006 SDK. > > What version of VC/VS are you using? > > --