There is no AppWizard for Visual Studio 2005 in DirectX 9 SDK installation (only for earler version of Visual Studio). Can I download wizard for VS 2005 separately (without all DirectX SDK) or edit avialable wizard for using this in VS 2005
I put together a small article on Coding4Fun that takes you through creating an application template. To have a base for the article I chose to base it on the emptyProject inside the DirectX SDK. If you follow the article you will end up with a template file that you can re use just like the application wizard (Sort Of).
There has not been a DirectApp wizard in the DirectX SDK for at least 1 year now.
Instead go to the sample browser application that comes with the SDK, find the EmptyProject sample on the language of your choice (C# or C++ - sorry VB programmers) and it will create you a new project in a directory of your choice.
DirectX AppWizard for Visual Studio 2005
Dustin Smithers
I put together a small article on Coding4Fun that takes you through creating an application template. To have a base for the article I chose to base it on the emptyProject inside the DirectX SDK. If you follow the article you will end up with a template file that you can re use just like the application wizard (Sort Of).
John Horstkamp
There has not been a DirectApp wizard in the DirectX SDK for at least 1 year now.
Instead go to the sample browser application that comes with the SDK, find the EmptyProject sample on the language of your choice (C# or C++ - sorry VB programmers) and it will create you a new project in a directory of your choice.