Allegedly, Visual C++ 2010 Express, unlike previous versions, supports third party extensions. I just downloaded the release candidate SDK for Visual Studio 2010, but the installer fails saying that I don't have Visual Studio installed (which is true since i use Visual C++ 2010 Express). Have I missed something? Is there a version of the extension SDK that works with Express?

link|improve this question
2  
None of the express editions support third party extensions. – Noah Richards Apr 20 '10 at 20:33
There may be a difference between what the express editions allow and what the extensions allow. Also, the SDK isn't a third party extension. A pure guess - maybe they don't want to be sorting out unsuppported-in-express issues from the bug reports. – Steve314 Apr 20 '10 at 20:38
Where did the "allegation" of third party extension support come from? – Steve314 Apr 20 '10 at 20:39
feedback

1 Answer

Visual C++ 2010 Express (or any of the Express versions for that matter) are NOT extensible.

The Visual Studio 2010 SDK can only be used with Professional or higher (as stated in the requirements on the download page).

You haven't missed anything, but your source of information was incorrect.

link|improve this answer
Actually, Visual Studio 2010 Express allows some extensions. Have a look at the question stackoverflow.com/questions/7940249/… – Loom Apr 29 at 9:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.