<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>静态lib - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E9%9D%99%E6%80%81lib/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 08:03:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>vc++如何创建并引入静态库.lib</title>
		<link>https://www.coder4.com/archives/373</link>
					<comments>https://www.coder4.com/archives/373#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:11:30 +0000</pubDate>
				<category><![CDATA[Visual C++ && C#]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[静态lib]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=373</guid>

					<description><![CDATA[创建篇： 用工程向导，选择Win32 Static Library 下一步把两个选项都选上，点击完成。 新建文件，进行类/模块编写。。 引入篇： 在工程的STDAFX.cpp 加入这一句： #pragma comment(lib, "Calendar.lib") //生成的lib文件 编译，完成！[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/373/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
