Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: shengweijiang on October 30, 2009, 03:59:20 PM

Title: about MFC
Post by: shengweijiang on October 30, 2009, 03:59:20 PM
I want to build MFC with cb,which icon should i choose in New from template.(//)
Title: Re: about MFC
Post by: MortenMacFly on October 30, 2009, 10:41:24 PM
Quote from: shengweijiang on October 30, 2009, 03:59:20 PM
I want to build MFC with cb,which icon should i choose in New from template.(//)
Win32 application. You'll need the MS SDK.
Title: Re: about MFC
Post by: shengweijiang on October 31, 2009, 12:21:12 AM
I mean if i can just  choose one of the icons

[attachment deleted by admin]
Title: Re: about MFC
Post by: stahta01 on October 31, 2009, 12:42:27 AM
Did you look for the one called "Win32 application"?

Tim S.
Title: Re: about MFC
Post by: shengweijiang on October 31, 2009, 02:49:19 AM
yes ,I want to build a Win32 GUI project.
Title: Re: about MFC
Post by: MortenMacFly on November 01, 2009, 07:56:49 PM
Quote from: shengweijiang on October 31, 2009, 02:49:19 AM
yes ,I want to build a Win32 GUI project.
So what I say - choose Win32 application from the wizards. It's even shown on your screenshot on the lower right.
Title: Re: about MFC
Post by: cacb on November 05, 2009, 09:34:25 AM
Quote from: MortenMacFly on November 01, 2009, 07:56:49 PM
Quote from: shengweijiang on October 31, 2009, 02:49:19 AM
yes ,I want to build a Win32 GUI project.
So what I say - choose Win32 application from the wizards. It's even shown on your screenshot on the lower right.
Maybe the OP is really asking if one can develop an MFC application in C::B [from scratch], as a free alternative to Visual Studio? If that is the real question, I would say it isn't what C::B is meant to do (the way I understand it). But if one is willing to lreplace MFC with wxWidgets, then C::B with wxSmith/wxWidgets is the perfect tool. I would recomend that, coming from MFC myself.