Simple question for new DirectX projects

What does Microsoft use for typical settings for a DirectX project There are so many options to choose from in the options for the win32 proj... theres so much... anyways what do you guys recommend turning on and off, I'm talking about VS2005

Answer this question

Simple question for new DirectX projects

  • SAStumpf

    You should be okay if you go for the most basic Win32 application. Depending on what you're trying to do, you shouldn't need anything extra - the MFC/ATL/whatever isn't required.

    However, starting from scratch that way is prone to errors - I highly recommend you fire up the "Sample Browser" from the start menu and use the "Install Project" feature. If you look for it, theres an "EmptySample" sample that is the equivalent of using the AppWizard type stuff inside of VStudio.

    hth
    Jack


  • Simple question for new DirectX projects