Thread: Visual C++ 2010, sans visual studio pro 2010?

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    27

    Visual C++ 2010, sans visual studio pro 2010?

    Hi, just got a book of visual c++ 2010 by ivor horton. Yes!

    However, it seems that I would need visual studio pro, at least, in order to work with MFC. Not so good.

    Now, color me weird, but why would I need an IDE to work with both of those? Or rather, why should I be limited by this? MFC is a class library. How can I get around this limitation?

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    it's not that the express edition of VC++ doesn't support MFC, it's that the MFC SDK isn't included until you pay for it.

    get an open source version of MFC or some other application framework, such as Qt or wxWidgets

  3. #3
    Registered User
    Join Date
    Feb 2013
    Posts
    27
    Quote Originally Posted by Elkvis View Post
    it's not that the express edition of VC++ doesn't support MFC, it's that the MFC SDK isn't included until you pay for it.

    get an open source version of MFC or some other application framework, such as Qt or wxWidgets
    Can I install VC++ Express and the MFC SDK?

    [edit]

    Also, I'd like to continue to use VC++.
    Last edited by ysg; 02-25-2013 at 01:34 PM.

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    there may be a way to do it, but from my limited experience, MFC also extends the functionality of the Visual Studio IDE. VC++ Express does not allow extensions to be installed. you could probably get it to compile your code, but you wouldn't get any help from the IDE, like you would if you had the full paid version. you can get an older version of Visual Studio pretty cheap on ebay.

  5. #5
    Registered User
    Join Date
    Feb 2013
    Posts
    27
    Quote Originally Posted by Elkvis View Post
    there may be a way to do it, but from my limited experience, MFC also extends the functionality of the Visual Studio IDE. VC++ Express does not allow extensions to be installed. you could probably get it to compile your code, but you wouldn't get any help from the IDE, like you would if you had the full paid version. you can get an older version of Visual Studio pretty cheap on ebay.
    I'll keep looking, thanks for your help. And yes, there has to be a way .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual Studio 2010 .exe help
    By omGeeK in forum Game Programming
    Replies: 4
    Last Post: 03-20-2011, 01:36 PM
  2. Visual Studio 2010 - so where is it now?
    By Devils Child in forum C++ Programming
    Replies: 9
    Last Post: 04-12-2010, 12:51 PM
  3. Visual Studio 2010 Help
    By dnelsalty in forum C++ Programming
    Replies: 15
    Last Post: 08-30-2009, 06:07 PM
  4. Windows 7 RC, Visual Studio 2010 Beta, Office 2010 beta, anyone in?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-20-2009, 01:57 PM