<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>家有小虎 &#187; Delphi</title>
	<atom:link href="http://jiahu.net/tag/delphi/feed" rel="self" type="application/rss+xml" />
	<link>http://jiahu.net</link>
	<description>我在路上, 你不在身旁. 想你的时候, 温暖依然.</description>
	<lastBuildDate>Fri, 23 Mar 2012 04:47:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>子在川上曰: 逝者如斯夫</title>
		<link>http://jiahu.net/%e5%ad%90%e5%9c%a8%e5%b7%9d%e4%b8%8a%e6%9b%b0-%e9%80%9d%e8%80%85%e5%a6%82%e6%96%af%e5%a4%ab.htm</link>
		<comments>http://jiahu.net/%e5%ad%90%e5%9c%a8%e5%b7%9d%e4%b8%8a%e6%9b%b0-%e9%80%9d%e8%80%85%e5%a6%82%e6%96%af%e5%a4%ab.htm#comments</comments>
		<pubDate>Tue, 26 Aug 2008 05:31:05 +0000</pubDate>
		<dc:creator>@ouc</dc:creator>
				<category><![CDATA[八卦]]></category>
		<category><![CDATA[工作]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=569</guid>
		<description><![CDATA[尽管王气尽失, 但还是记录一下吧. Delphi and C++Builder 2009 released.]]></description>
			<content:encoded><![CDATA[<p>尽管王气尽失, 但还是记录一下吧.</p>
<p><a title="Delphi, C++Builder" href="http://www.codegear.com/article/38512" target="_blank">Delphi and C++Builder 2009 released</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/%e5%ad%90%e5%9c%a8%e5%b7%9d%e4%b8%8a%e6%9b%b0-%e9%80%9d%e8%80%85%e5%a6%82%e6%96%af%e5%a4%ab.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>能不能使用TClientDataSet又不用MIDAS.DLL呢？</title>
		<link>http://jiahu.net/%e8%83%bd%e4%b8%8d%e8%83%bd%e4%bd%bf%e7%94%a8tclientdataset%e5%8f%88%e4%b8%8d%e7%94%a8midasdll%e5%91%a2%ef%bc%9f.htm</link>
		<comments>http://jiahu.net/%e8%83%bd%e4%b8%8d%e8%83%bd%e4%bd%bf%e7%94%a8tclientdataset%e5%8f%88%e4%b8%8d%e7%94%a8midasdll%e5%91%a2%ef%bc%9f.htm#comments</comments>
		<pubDate>Wed, 05 Dec 2007 17:07:32 +0000</pubDate>
		<dc:creator>@ouc</dc:creator>
				<category><![CDATA[工作]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=188</guid>
		<description><![CDATA[　　能不能使用TClientDataSet又不用MIDAS.DLL呢？ 　　 　　TClientDataSet小家碧玉，恐怕人人都喜欢使用。但是，都知道娶TClientDataSet是有代价的，因为你同时也得面对丈母娘MIDAS.DLL。 　　能不能使用TClientDataSet又不用MIDAS.DLL呢？ 　　很简单，就是uses一下MidasLib单元! 　　MidasLib单元在Delphi6中才有，是Lib目录下的一个dcu文件。一旦在你的源程序中引用了MidasLib单元，程序运行时就不再需要MIDAS.DLL文件。 　　然而，编译后程序大小一定会增加200k以上，即使使用包编译模式。 　　哈哈，原来丈母娘跑到你家里来了，成了你程序中的一部分。你家搬到哪儿，她就到哪儿。但不管怎么样，搬一个家总比搬两个好吧。娶了媳妇的同时也娶了丈母娘，不也是福气？你说是吧。 　　当然，需要的时候才这样做。你的应用程序本身就包含多个DLL或BPL文件，就没有必要这样做。如果每个模块里都养个丈母娘，一定会累死你的，还是供养一个MIDAS.DLL好些。 来源: http://blog.tianya.cn/blogger/post_show.asp?idWriter=0&#038;Key=0&#038;BlogID=41763&#038;PostID=1055592]]></description>
			<content:encoded><![CDATA[<p>　　能不能使用TClientDataSet又不用MIDAS.DLL呢？<br />
　　<br />
　　TClientDataSet小家碧玉，恐怕人人都喜欢使用。但是，都知道娶TClientDataSet是有代价的，因为你同时也得面对丈母娘MIDAS.DLL。<br />
　　能不能使用TClientDataSet又不用MIDAS.DLL呢？<br />
　　很简单，就是uses一下MidasLib单元!<br />
　　MidasLib单元在Delphi6中才有，是Lib目录下的一个dcu文件。一旦在你的源程序中引用了MidasLib单元，程序运行时就不再需要MIDAS.DLL文件。<br />
　　然而，编译后程序大小一定会增加200k以上，即使使用包编译模式。<br />
　　哈哈，原来丈母娘跑到你家里来了，成了你程序中的一部分。你家搬到哪儿，她就到哪儿。但不管怎么样，搬一个家总比搬两个好吧。娶了媳妇的同时也娶了丈母娘，不也是福气？你说是吧。<br />
　　当然，需要的时候才这样做。你的应用程序本身就包含多个DLL或BPL文件，就没有必要这样做。如果每个模块里都养个丈母娘，一定会累死你的，还是供养一个MIDAS.DLL好些。</p>
<p>来源: <a href="http://blog.tianya.cn/blogger/post_show.asp?idWriter=0&#038;Key=0&#038;BlogID=41763&#038;PostID=1055592" target="_blank">http://blog.tianya.cn/blogger/post_show.asp?idWriter=0&#038;Key=0&#038;BlogID=41763&#038;PostID=1055592</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/%e8%83%bd%e4%b8%8d%e8%83%bd%e4%bd%bf%e7%94%a8tclientdataset%e5%8f%88%e4%b8%8d%e7%94%a8midasdll%e5%91%a2%ef%bc%9f.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

