﻿<?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++博客-明雨楼-随笔分类-c++&amp; vc</title><link>http://www.cppblog.com/lyman/category/2016.html</link><description>I like c &amp; c++!</description><language>zh-cn</language><lastBuildDate>Thu, 22 May 2008 00:11:05 GMT</lastBuildDate><pubDate>Thu, 22 May 2008 00:11:05 GMT</pubDate><ttl>60</ttl><item><title>关于OpenH323 项目的进展</title><link>http://www.cppblog.com/lyman/archive/2007/03/30/20939.html</link><dc:creator>名羽</dc:creator><author>名羽</author><pubDate>Fri, 30 Mar 2007 07:02:00 GMT</pubDate><guid>http://www.cppblog.com/lyman/archive/2007/03/30/20939.html</guid><wfw:comment>http://www.cppblog.com/lyman/comments/20939.html</wfw:comment><comments>http://www.cppblog.com/lyman/archive/2007/03/30/20939.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cppblog.com/lyman/comments/commentRss/20939.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/lyman/services/trackbacks/20939.html</trackback:ping><description><![CDATA[目前对Openh323的源代码已有较多的了解，开始对部分协议进行扩展例如H245会议管理部分，4CIF的加入．另外现有的协议栈代码中没有实现T120通道的数字会议，目前正对该部分进行补充．<img src ="http://www.cppblog.com/lyman/aggbug/20939.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/lyman/" target="_blank">名羽</a> 2007-03-30 15:02 <a href="http://www.cppblog.com/lyman/archive/2007/03/30/20939.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Link errors for __argv, __argc, __mbctype </title><link>http://www.cppblog.com/lyman/archive/2006/06/22/8827.html</link><dc:creator>名羽</dc:creator><author>名羽</author><pubDate>Thu, 22 Jun 2006 03:48:00 GMT</pubDate><guid>http://www.cppblog.com/lyman/archive/2006/06/22/8827.html</guid><wfw:comment>http://www.cppblog.com/lyman/comments/8827.html</wfw:comment><comments>http://www.cppblog.com/lyman/archive/2006/06/22/8827.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/lyman/comments/commentRss/8827.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/lyman/services/trackbacks/8827.html</trackback:ping><description><![CDATA[
		<a name="p-mfc">
				<b>Windows: Using MFC, get unresolved external symbol errors for <code>__argv</code>, <code>__argc</code>, <code>__mbctype</code></b>
				<ul>I am trying to use the MFC library. In the project c/c++ code generation type, I have changed the runtime library to Multithreaded DLL. 
<p>When I then compile the program it links with the multi threaded libraries but I get the following errrors: </p><pre>nafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
nafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
nafxcw.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype
</pre><b>The solution:</b> When you use the multithreaded dll's in visual c++.NET, you need to specify that you are using MFC in a shared dll. This is specified in the project settings. </ul>
		</a>
<img src ="http://www.cppblog.com/lyman/aggbug/8827.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/lyman/" target="_blank">名羽</a> 2006-06-22 11:48 <a href="http://www.cppblog.com/lyman/archive/2006/06/22/8827.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>