【原】在 CodeBlocks 中使用 VC10 编译器

首先在创建项目时选择使用 Microsoft Visual C++ 2005/2008 , 如果你已经创建了项目可以在项目右键 Build Option 中更换编译器。

这时是不能编译的, 如果编译会提示找不到要求的工具链, 这是因为CB还不知道你将VC10安装到了哪里。 在CB的Settings 中选择 Compiler and debugger, Selected compiler中选择 Microsoft Visual C++ 2005/2008, 然后在 Toolchain executables 中将installation directory 改为你安装的未知(根据原有的格式和最终目录改),然后在下边的选项卡中选择 Additional Paths 将其中的路径也进行更改(根据原有的格式和最终目录改)。

同理, 在 Search directory 中也要将其下三个选项卡中的路径都改掉

这样就可以编译了。

参考文章:

http://hi.baidu.com/cenxcen/item/5419b50f0198abc52e4c6bd3

http://blog.sina.com.cn/s/blog_6df4b6b10100xvmt.html

此条目发表在 Windows 分类目录,贴了 标签。将固定链接加入收藏夹。

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>