Hi, I inherited a C++ program from someone in my lab and I want to make some changes to it. The program uses DirectX calls to display images on the screen. I am not very familiar with C++ but even less familiar with how DirectX and Visual C++ work together. I've got Visual Express 2005 and DirectX 9.0c on my computer and I'm getting compiler errors on code that I know should compile. I've heard that the DirectX and Visual Studio versions need to be compatible but I'm not sure which are. Can anyone pont me toward some sort of info or tutorial that will explain how everything fits together? Thanks a ton in advance. bd
On Tue, 15 Nov 2005 09:37:22 -0800, Brett D wrote: > I am not very familiar with C++ but even less familiar with how DirectX and > Visual C++ work together. I've got Visual Express 2005 and DirectX 9.0c on my > computer and I'm getting compiler errors on code that I know should compile. > I've heard that the DirectX and Visual Studio versions need to be compatible > but I'm not sure which are. I am not aware of any tutorial. The current DX SDK is not compatible with VS2005 so I doubt it's compatible with the Xpress version. There should be a new December DX SDK soon and I read a post from Chuck W. (MS) that said it would be VS2005 compatible. -- 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