Menu

MFC With Bloodshed

nvellios
2007-11-06
2012-09-26
  • nvellios

    nvellios - 2007-11-06

    I have a feeling I am going to get chewed out for asking this, but is it possible to use MFC in Bloodshed Dev C++? If so, how do I do it, and what do I need to download/purchase to do this?

     
    • nvellios

      nvellios - 2007-11-07

      slocombe, I was a Macintosh/embedded systems software engineer from 98-2002. I quit doing that until a month ago when I picked up programming again on Windows. So last I heard VC++ wasn't free, but now that it is I am all over it.

      I downloaded it and converted my project over. It was a real fight to get my code to compile on it, but in the end I ended up on top, won the battle and got the hang of it. :)

       
    • Anonymous

      Anonymous - 2007-11-06

      MFC are a very specialized M$ C++ librarys. The old way to dress the Windows API with ++ cloths. Perhaps, having the appropriates librarys some one would make work then with minGW (those that crack the iPhone and do thing like that), but for the real life you need the MS VC++ compiler that by the way now is free. So you need jump completely to the water (in my opinion).

       
    • nvellios

      nvellios - 2007-11-06

      VC++ Free? I gotta check that out!

       
    • Anonymous

      Anonymous - 2007-11-06

      >> VC++ Free? I gotta check that out!
      Where have you been for two years!?

      However the free "VC++ 2005 Express Edition" does not include MFC. It does have the .NET library and Windows Forms (which is frankly much better). This necessitates the use of C++/CLI.

      If you want a native class library similar to MFC you might consider wxWidgets. There is a Dev-C++ derivative called wxDev-C++ that includes wxWidgets and has an integrated 'visual' GUI designer. Also it has support for VC++ so you can use the free VC++ compiler oe MinGW and wxWidgets and a the visual designer with native ISO C++ rather than C++/CLI and CLR code.

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.