<?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>DLL - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/dll/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:31 +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++中dll的应用基础</title>
		<link>https://www.coder4.com/archives/413</link>
					<comments>https://www.coder4.com/archives/413#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:11:57 +0000</pubDate>
				<category><![CDATA[Visual C++ && C#]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[调用]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=413</guid>

					<description><![CDATA[篇一 我们在调用DLL时所需的DLL文件必须位于以下三个目录之一： 　　(1)Windows的系统目录：\windows\system； 　　(2)DOS中path所指出的任何目录； 　　(3)程序所在的目录。 　　一、动态链接库的结构 　　动态链接库中定义有两种函数：导出函数(export function)和内部函数(internal function)，导出函数可以被其它模块调用，内部函数只能在库内部使用。我们在用C＋＋定制动态库文件时，[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/413/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
