المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Visual C++ Express, No MFC? Does that matter?



C++ Programming
10-23-2009, 01:50 AM
Hello,

So I have Visual C++ 2008 Express, won't be buying Std edition any time soon, and I'm very annoyed to find out the Express doesn't have all the libraries, like the MFC libraries.

So I had this problem where my program would not compile because it couldn't find "winres.h" I just renamed "winresrc.h" to "winres.h" to get it to compile. I don't know if that is going to work out or not.

So, I'm guessing winres.h just isn't part of the Windows SDK, instead it is included in the MFC libraries?

My next step is to get the Windows Template Library, and see if that helps.

Does anyone have knowledge about these issues?