문제

Possible Duplicate:
What is “missing” in the Visual Studio Express Editions?

Specifically for 2010, specifically for C++... what's missing Vs Professional/Premium (annoying the standard version is now named Professional)?

도움이 되었습니까?

해결책

http://www.microsoft.com/express/Windows/

Express versions don't have:

  • Plugins
  • Class Designer
  • Code Analysis
  • Creating 64-bit programs
  • Creating for Itanium processors
  • Creating for Windows Mobile
  • Creating for Office using Visual Studio Tools for Office.

Express versions have but with limited functionality:

  • External Tools
  • Refactoring
  • Debugging
  • Integration with MSDN
  • Installator Creator

다른 팁

In addition to Svisstack's answer, express lacks support for MFC. This guy found a way to do MFC in VS2008e, but I have no idea if this hack works in VS2010e.

There is also a special express build for Windows Phone 7 development.

http://www.microsoft.com/express/phone/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top