﻿<?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++博客-taozzee</title><link>http://www.cppblog.com/taozzee/</link><description /><language>zh-cn</language><lastBuildDate>Wed, 22 Apr 2026 13:42:52 GMT</lastBuildDate><pubDate>Wed, 22 Apr 2026 13:42:52 GMT</pubDate><ttl>60</ttl><item><title>LNK1181</title><link>http://www.cppblog.com/taozzee/archive/2009/07/07/89440.html</link><dc:creator>张涛</dc:creator><author>张涛</author><pubDate>Tue, 07 Jul 2009 03:26:00 GMT</pubDate><guid>http://www.cppblog.com/taozzee/archive/2009/07/07/89440.html</guid><description><![CDATA[<p>-------------------Configuration: VAS2000Util - Win32 Debug--------------------<br>Creating library...<br>Microsoft (R) Library Manager Version 6.00.8168<br>Copyright (C) Microsoft Corp 1992-1998. All rights reserved.<br>/nologo "/out:Debug\VAS2000Util.lib" <br>.\Debug\ASESMsg.obj <br>LINK : fatal error LNK1181: cannot open input file ".\Debug\ASESMsg.obj"<br>Error executing link.exe.</p>
<p>VAS2000Util.lib - 1 error(s), 0 warning(s)</p>
<img src ="http://www.cppblog.com/taozzee/aggbug/89440.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/taozzee/" target="_blank">张涛</a> 2009-07-07 11:26 <a href="http://www.cppblog.com/taozzee/archive/2009/07/07/89440.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>error C2059: syntax error : 'end of file'</title><link>http://www.cppblog.com/taozzee/archive/2009/06/09/87203.html</link><dc:creator>张涛</dc:creator><author>张涛</author><pubDate>Tue, 09 Jun 2009 08:52:00 GMT</pubDate><guid>http://www.cppblog.com/taozzee/archive/2009/06/09/87203.html</guid><description><![CDATA[
<img src ="http://www.cppblog.com/taozzee/aggbug/87203.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/taozzee/" target="_blank">张涛</a> 2009-06-09 16:52 <a href="http://www.cppblog.com/taozzee/archive/2009/06/09/87203.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>error C2027: use of undefined type</title><link>http://www.cppblog.com/taozzee/archive/2009/05/22/85402.html</link><dc:creator>张涛</dc:creator><author>张涛</author><pubDate>Fri, 22 May 2009 08:03:00 GMT</pubDate><guid>http://www.cppblog.com/taozzee/archive/2009/05/22/85402.html</guid><description><![CDATA[It is possible to declare a pointer to a declared but undefined type. But Visual C++ does not allow a reference to an undefined type.
<img src ="http://www.cppblog.com/taozzee/aggbug/85402.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/taozzee/" target="_blank">张涛</a> 2009-05-22 16:03 <a href="http://www.cppblog.com/taozzee/archive/2009/05/22/85402.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>error LNK2001: unresolved external symbol "public: static int</title><link>http://www.cppblog.com/taozzee/archive/2009/05/22/85399.html</link><dc:creator>张涛</dc:creator><author>张涛</author><pubDate>Fri, 22 May 2009 07:37:00 GMT</pubDate><guid>http://www.cppblog.com/taozzee/archive/2009/05/22/85399.html</guid><description><![CDATA[the static member of a class must be initialized properly, otherwise, link erro occurs through compilation pass.<img src ="http://www.cppblog.com/taozzee/aggbug/85399.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/taozzee/" target="_blank">张涛</a> 2009-05-22 15:37 <a href="http://www.cppblog.com/taozzee/archive/2009/05/22/85399.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>error C2501: missing storage-class or type specifiers</title><link>http://www.cppblog.com/taozzee/archive/2009/05/22/85397.html</link><dc:creator>张涛</dc:creator><author>张涛</author><pubDate>Fri, 22 May 2009 07:35:00 GMT</pubDate><guid>http://www.cppblog.com/taozzee/archive/2009/05/22/85397.html</guid><description><![CDATA[a static member of a class must be initialized with type specifier, otherwise C2501 occurs.<img src ="http://www.cppblog.com/taozzee/aggbug/85397.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/taozzee/" target="_blank">张涛</a> 2009-05-22 15:35 <a href="http://www.cppblog.com/taozzee/archive/2009/05/22/85397.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>