DirectX 9 App Wizard

Started by
2 comments, last by nachilau 19 years, 11 months ago
Hello, Is there a DirectX 9 App Wizard? Where can I find it? Thanks! Nachi
Nachi Lau (In Christ, I never die)www.sky-dio.com/Nachi
Advertisement
Yep, it''s an Install option in the Installer (this is in the Summer Update 2003 Package). You can select it on the ''Custom Setup'' dialog under the ''DirectX Utilities'' tree.


Dustin Franklin
Mircrosoft DirectX MVP
Dustin Franklin ( circlesoft :: KBase :: Mystic GD :: ApolloNL )
Note that in the 2004 SDK, they don''t use App Wizards anymore; instead there''s a "Base Project" using the D3DXUT library; you have to copy that folder to a new spot on the disk, and start from there.

Also, when copying MSVC 7+ projects and solutions, it''ll generate multiple projects of the same GUID, which is generally a bad idea. Thus, you have to manually edit the GUID of the project copy (and the reference to it in the solution).
enum Bool { True, False, FileNotFound };
Are you sure of that? I bet that they will indeed have one in the final release. Of course they wouldn''t go through the trouble of creating a wizard for a beta. If they did that, everytime they change the new framework, they''d have to change the wizard.
Dustin Franklin ( circlesoft :: KBase :: Mystic GD :: ApolloNL )

This topic is closed to new replies.

Advertisement