首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

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

2013-01-23 
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
│  │  │  ├─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库

这个链接还可以用

热点排行