News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

about MFC

Started by shengweijiang, October 30, 2009, 03:59:20 PM

Previous topic - Next topic

shengweijiang

I want to build MFC with cb,which icon should i choose in New from template.

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

shengweijiang

I mean if i can just  choose one of the icons

[attachment deleted by admin]

stahta01

Did you look for the one called "Win32 application"?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

shengweijiang

yes ,I want to build a Win32 GUI project.

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

cacb

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.