﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-huahit-文章分类-ICE 学习</title><link>http://www.cppblog.com/huahit/category/3577.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 21 May 2008 00:37:31 GMT</lastBuildDate><pubDate>Wed, 21 May 2008 00:37:31 GMT</pubDate><ttl>60</ttl><item><title>配置ICE3.0.1和VC6.0</title><link>http://www.cppblog.com/huahit/articles/18260.html</link><dc:creator>无为斋</dc:creator><author>无为斋</author><pubDate>Thu, 01 Feb 2007 11:08:00 GMT</pubDate><guid>http://www.cppblog.com/huahit/articles/18260.html</guid><wfw:comment>http://www.cppblog.com/huahit/comments/18260.html</wfw:comment><comments>http://www.cppblog.com/huahit/articles/18260.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/huahit/comments/commentRss/18260.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/huahit/services/trackbacks/18260.html</trackback:ping><description><![CDATA[
		<p align="left">配置ICE3.0.1和VC6.0<br />1. 配置ICE3.0.1和VC6不需要另外下载stl的程序包，用ICE3.0.1自带就可以了<br />2. 安装步骤：<br />   1）安装VC6.0,呵呵<br />   2）安装ICE3.0.1<br />   3）配置VC6.0<br />      (1) 在Tools-&gt;Options-&gt;Directions中添加ICE的bin、inlcude、lib目录到Directionaries 中的executable fles<br />          include files、lib files目录中，记得要放在目录中的第一位。<br />      (2) 在Project-&gt;Project settings-&gt; C/C++ -&gt;(C++ category)C++ language选中RTTI选项；<br />      (3) 在Project-&gt;Project settings-&gt; C/C++ -&gt;(C++ category)Code Generation 中的User run-time library 选择<br />          Debug Multithreaded DLL选项（根据编译的版本选择，Release版还是Debug版，一定要选择多线程）；<br />      (4) 在Project-&gt;Project settings-&gt; C/C++ -&gt;(C++ category)Precompiled Headers 中选择不使用Precompiled <br />          Headers；<br />      (5) 在Project-&gt;Project settings-&gt; C/C++ -&gt;(C++ category)Preprocessor中的Additional include<br />          directionaries中添加"."，一个小圆点，使得编译后的文件在当前路径；<br />      (6) 在Project-&gt;Project settings-&gt; Link -&gt;(category)General 中Object/libraries modules中添加 “Iced.lib <br />          IceUtild.lib ”，或是在程序开头添加如下代码：<br />#ifdef _DEBUG<br />#pragma comment(lib, "iced.lib")<br />#pragma comment(lib, "iceutild.lib")<br />#else<br />#pragma comment(lib, "ice.lib")<br />#pragma comment(lib, "iceutil.lib")<br />#endif<br />       (7) 将ICE的Bin和Lib目录添加到系统环境变量的Path和Lib中；<br /> 3. 到此为止基本配置完毕，可以进行编程了。</p>
<img src ="http://www.cppblog.com/huahit/aggbug/18260.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/huahit/" target="_blank">无为斋</a> 2007-02-01 19:08 <a href="http://www.cppblog.com/huahit/articles/18260.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>