What's missing from Visual C++ 2010 Express? [duplicate]
Possible Dupli开发者_StackOverflowcate:
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/
精彩评论