you have to install "Platform SDK" manually for Visual Express Editions. The MFC is not included in those "free" Editions directly -- class God : public ChuckNorris { };Dieser Post wurde am 09.07.2009 um 19:01 Uhr von FloSoft editiert.
Hello, that's not right. The SDK was not included in VC Express 2005, but it is part of VC Express 2008. The Platform SDK is necessary to build native (not managed) C++ windows programs. The MFC are not supported by the Express Editions at all. You need at least the Standard Edition. If you are a student, you can get the Professional Edition for free: http://msdn.microsoft.com/de-de/academic/dd145294.aspx (Link is in German language, just google for "dream spark").
Regards, TommixDieser Post wurde am 09.07.2009 um 19:23 Uhr von Tommix editiert.