CodeBlocks 透过配置可以导入VS生成的MFC项目,编译成可执行文件

CodeBlocks 经过配置可以导入VS生成的MFC项目,编译成可执行文件
________________________________________________

VC2010 编译器和 ATL_MFC库,只供学习使用

CodeBlocks 经过配置可以导入VS生成的MFC项目
使用CodeBlocks 编辑源代码,再编译成可执行文件

_________________________________________________
vc2010.7z 高速下载地址 http://cloud.189.cn/t/3eq2Qv

另附 CodeBlocks 下载地址 http://srgb.googlecode.com/files/CodeBlocks7678-tdmGcc461.7z


D:\CODEBLOCKS\BUILD\VC
├─atlmfc
│ ├─include
│ │ ├─Aqua
│ │ │ ├─AppCaption
│ │ │ ├─MainWnd
│ │ │ ├─MenuBar
│ │ │ ├─PopupBar
│ │ │ ├─Ribbon
│ │ │ │ ├─Buttons
│ │ │ │ ├─Category_Context
│ │ │ │ │ ├─Blue
│ │ │ │ │ ├─Green
│ │ │ │ │ ├─Indigo
│ │ │ │ │ ├─Orange
│ │ │ │ │ ├─Red
│ │ │ │ │ ├─Violet
│ │ │ │ │ └─Yellow
│ │ │ │ ├─Progress
│ │ │ │ └─Slider
│ │ │ ├─StatusBar
│ │ │ ├─Tab
│ │ │ ├─TaskPane
│ │ │ └─ToolBar
│ │ ├─Black
│ │ │ ├─AppCaption
│ │ │ ├─ComboBox
│ │ │ ├─MainWnd
│ │ │ ├─MenuBar
│ │ │ ├─OutlookWnd
│ │ │ ├─PopupBar
│ │ │ ├─Ribbon
│ │ │ │ ├─Buttons
│ │ │ │ ├─Category_Context
│ │ │ │ │ ├─Blue
│ │ │ │ │ ├─Green
│ │ │ │ │ ├─Indigo
│ │ │ │ │ ├─Orange
│ │ │ │ │ ├─Red
│ │ │ │ │ ├─Violet
│ │ │ │ │ └─Yellow
│ │ │ │ ├─Progress
│ │ │ │ └─Slider
│ │ │ ├─StatusBar
│ │ │ ├─Tab
│ │ │ ├─TaskPane
│ │ │ └─ToolBar
│ │ ├─Blue
│ │ │ ├─AppCaption
│ │ │ ├─ComboBox
│ │ │ ├─MainWnd
│ │ │ ├─MenuBar
│ │ │ ├─OutlookWnd
│ │ │ ├─PopupBar
│ │ │ ├─Ribbon
│ │ │ │ ├─Buttons
│ │ │ │ ├─Category_Context
│ │ │ │ │ ├─Blue
│ │ │ │ │ ├─Green
│ │ │ │ │ ├─Indigo
│ │ │ │ │ ├─Orange
│ │ │ │ │ ├─Red
│ │ │ │ │ ├─Violet
│ │ │ │ │ └─Yellow
│ │ │ │ ├─Progress
│ │ │ │ └─Slider
│ │ │ ├─StatusBar
│ │ │ ├─Tab
│ │ │ ├─TaskPane
│ │ │ └─ToolBar
│ │ ├─l.chs
│ │ ├─l.cht
│ │ ├─l.deu
│ │ ├─l.esn
│ │ ├─l.fra
│ │ ├─l.ita
│ │ ├─l.jpn
│ │ ├─l.kor
│ │ ├─l.rus
│ │ ├─res
│ │ ├─Silver
│ │ │ ├─AppCaption
│ │ │ ├─ComboBox
│ │ │ ├─MainWnd
│ │ │ ├─MenuBar
│ │ │ ├─OutlookWnd
│ │ │ ├─PopupBar
│ │ │ ├─Ribbon
│ │ │ │ ├─Buttons
│ │ │ │ ├─Category_Context
│ │ │ │ │ ├─Blue
│ │ │ │ │ ├─Green
│ │ │ │ │ ├─Indigo
│ │ │ │ │ ├─Orange
│ │ │ │ │ ├─Red
│ │ │ │ │ ├─Violet
│ │ │ │ │ └─Yellow
│ │ │ │ ├─Progress
│ │ │ │ └─Slider
│ │ │ ├─StatusBar
│ │ │ ├─Tab
│ │ │ ├─TaskPane
│ │ │ └─ToolBar
│ │ └─Windows7
│ │ ├─ComboBox
│ │ ├─PopupBar
│ │ └─Ribbon
│ │ ├─Buttons
│ │ └─Slider
│ ├─lib
│ │ ├─amd64
│ │ └─ia64
│ └─src
│ ├─atl
│ │ └─atls
│ │ ├─amd64
│ │ ├─ia64
│ │ └─INTEL
│ ├─mfc
│ │ ├─amd64
│ │ ├─l.chs
│ │ ├─l.cht
│ │ ├─l.deu
│ │ ├─l.esn
│ │ ├─l.fra
│ │ ├─l.ita
│ │ ├─l.jpn
│ │ ├─l.kor
│ │ └─l.rus
│ └─mfcm
│ └─interfaces
├─bin
│ ├─1033
│ └─2052
├─include
│ ├─Aqua
│ │ ├─AppCaption
│ │ ├─MainWnd
│ │ ├─MenuBar
│ │ ├─PopupBar
│ │ ├─Ribbon
│ │ │ ├─Buttons
│ │ │ ├─Category_Context
│ │ │ │ ├─Blue
│ │ │ │ ├─Green
│ │ │ │ ├─Indigo
│ │ │ │ ├─Orange
│ │ │ │ ├─Red
│ │ │ │ ├─Violet
│ │ │ │ └─Yellow