﻿<?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++博客-More than C++-随笔分类-WTL</title><link>http://www.cppblog.com/Lee/category/9514.html</link><description>Beyond  C++</description><language>zh-cn</language><lastBuildDate>Mon, 09 Feb 2009 14:02:40 GMT</lastBuildDate><pubDate>Mon, 09 Feb 2009 14:02:40 GMT</pubDate><ttl>60</ttl><item><title>安装WTL8.0过程以及WTL的安装包下载</title><link>http://www.cppblog.com/Lee/archive/2009/02/09/73328.html</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Mon, 09 Feb 2009 11:47:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/02/09/73328.html</guid><wfw:comment>http://www.cppblog.com/Lee/comments/73328.html</wfw:comment><comments>http://www.cppblog.com/Lee/archive/2009/02/09/73328.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/Lee/comments/commentRss/73328.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/Lee/services/trackbacks/73328.html</trackback:ping><description><![CDATA[今天下载了WTL8.0,下面是安装过程<br />1.解压WTL_80.exe到目录D:\Program Files<br />2.打开cmd,进入D:\Program Files\WTL80\AppWiz目录,执行setup80.js(我本机要安装到Visual Studio 2005中,如果你是VS2003那么执行setup71.js)<br />3.将D:\Program Files\WTL80\include下的头文件拷贝到VC的include目录C:\Program Files\Microsoft Visual Studio 8\VC\include下,成功了! <br /><img src ="http://www.cppblog.com/Lee/aggbug/73328.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2009-02-09 19:47 <a href="http://www.cppblog.com/Lee/archive/2009/02/09/73328.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>VC++ 2005中的CVT1100和LINK1123（转）</title><link>http://www.cppblog.com/Lee/archive/2009/02/09/73327.html</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Mon, 09 Feb 2009 11:46:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/02/09/73327.html</guid><wfw:comment>http://www.cppblog.com/Lee/comments/73327.html</wfw:comment><comments>http://www.cppblog.com/Lee/archive/2009/02/09/73327.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/Lee/comments/commentRss/73327.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/Lee/services/trackbacks/73327.html</trackback:ping><description><![CDATA[
		<h1 class="ContentTitle">
				<font size="4">在使用VC++ 2005 Express版本，利用wxWidgets编译其所提供的范例sample/html/test时，除了针对Unicode编码作了一定的修改之外，编译时，仍然发生了两个在链接期的错误，一个错误的提示为：<br />CVTRES : fatal error CVT1100: 重复的资源。type:MANIFEST, name:1, language:0x0409<br />另一个则提示为：<br />LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏<br />已经到了链接期，应该说，问题就不像编译通不过那么别扭了，而查阅MSDN关于这两个问题的说明，终于找到了解决的方法，现简单的陈述如下：<br />首先，出现这两个问题的原因都是一个，即文件中的现有资源文件和新资源字符串表 ID 冲突。微软也给出了解决这个问题的方法，但是，在现有的情况下，这个方法是靠不住的，因为，不可能不使用wx.rc资源。所以，一个变通的解决方法就是：<br />工程属性-&gt;配置属性-&gt; 清单工具-&gt;输入和输出-&gt;嵌入清单，选择[否]，即可。<br /></font>
		</h1>
<img src ="http://www.cppblog.com/Lee/aggbug/73327.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2009-02-09 19:46 <a href="http://www.cppblog.com/Lee/archive/2009/02/09/73327.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>