Author Topic: about MFC  (Read 15202 times)

Offline shengweijiang

  • Single posting newcomer
  • *
  • Posts: 3
about MFC
« on: October 30, 2009, 03:59:20 pm »
I want to build MFC with cb,which icon should i choose in New from template.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: about MFC
« Reply #1 on: October 30, 2009, 10:41:24 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline shengweijiang

  • Single posting newcomer
  • *
  • Posts: 3
Re: about MFC
« Reply #2 on: October 31, 2009, 12:21:12 am »
I mean if i can just  choose one of the icons

[attachment deleted by admin]

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: about MFC
« Reply #3 on: October 31, 2009, 12:42:27 am »
Did you look for the one called "Win32 application"?

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

Offline shengweijiang

  • Single posting newcomer
  • *
  • Posts: 3
Re: about MFC
« Reply #4 on: October 31, 2009, 02:49:19 am »
yes ,I want to build a Win32 GUI project.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: about MFC
« Reply #5 on: November 01, 2009, 07:56:49 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: about MFC
« Reply #6 on: November 05, 2009, 09:34:25 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.