读书人

CodeBlocks 通过配置可以导入VS生成的

发布时间: 2013-01-23 10:44:49 作者: rapoo

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
│ │ │ ├─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
│ ├─cliext
│ ├─CodeAnalysis


│ ├─cvt
│ ├─gl
│ ├─Manifest
│ ├─msclr
│ │ └─com
│ ├─Silver
│ │ ├─AppCaption
│ │ ├─ComboBox
│ │ ├─MainWnd
│ │ ├─MenuBar
│ │ ├─OutlookWnd
│ │ ├─PopupBar
│ │ ├─Ribbon
│ │ │ ├─Buttons
│ │ │ ├─Category_Context
│ │ │ │ ├─Blue
│ │ │ │ ├─Green
│ │ │ │ ├─Indigo
│ │ │ │ ├─Orange
│ │ │ │ ├─Red
│ │ │ │ ├─Violet
│ │ │ │ └─Yellow
│ │ │ ├─Progress
│ │ │ └─Slider
│ │ ├─StatusBar
│ │ ├─Tab
│ │ ├─TaskPane
│ │ └─ToolBar
│ ├─src
│ │ └─atls
│ │ ├─amd64
│ │ └─INTEL
│ ├─sys
│ └─Windows7
│ ├─ComboBox
│ ├─PopupBar
│ └─Ribbon
│ ├─Buttons
│ └─Slider
└─lib

[解决办法]
http://cloud.189.cn/t/AVfQJv

VC2010 编译器和 ATL_MFC库

这个链接还可以用

读书人网 >C++

热点推荐