Want to make a high end game

Can anyone tell me whats wrong with the free express versions



Answer this question

Want to make a high end game

  • Shane Stevens

    Ok thanks a lot!


  • Morri1234

    I downloaded the C++ Express Edition Beta and I have been having trouble right from the start.  How do I fix this

    fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

    I tried downloading the platform SDK from microsoft and it didn't even want to install...


  • ciberch

    There's nothing "wrong" with them at all.  I'm going to assume that you're talking about the C++ version, but this answer applied to all "Express" versions, really.

    The complete FAQ is here: http://lab.msdn.microsoft.com/express/faq/default.aspx

    In a nutshell though, the Visual C++ Express Edition product is a perfect tool for those of you developing DirectX applications at home.  It contains the full optimizing C++ compiler, plus powerful features like Intellisense.  The Express products are currently free to download.  We've also created the Express products to be 50mb in size or less, making the download relatively painless for those of you on a broadband connection.

    I encourage you to check out the Visual C++ Express Edition Beta today!

  • Want to make a high end game