Page 1 of 1

MFC style programs with Dev-cpp

Posted: Thu Apr 08, 2004 5:35 pm
by Vinetu
Hi all,
Is imposible to create MFC style programs with Dev-cpp??
If yes, how?

Posted: Tue Apr 13, 2004 12:52 pm
by schick
Probably, but in fact the MFC are not free to use. If you want to use MFC you will need to buy msvc (visual c++) and the visual c++ ide is much better than devcpp so you will use it instead. If you want to have something similiar, sorry i mean much better than the mfc with devcpp, have a look at wxWidgets http://www.wxwidgets.org/.

Posted: Thu Apr 15, 2004 7:33 pm
by Vinetu
Thanks man! :o