<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zhejiang9" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zhejiang9" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 24 May 2009 22:49:00 GMT</lastBuildDate><title>zhejiang9的专栏</title><link>http://blog.csdn.net/zhejiang9/</link><item><title>__declspec(dllexport) vs *.def (转)</title><link>http://blog.csdn.net/zhejiang9/archive/2009/05/24/4213147.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/4213147.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/4213147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4213147</trackback:ping><description>&lt;br /&gt;一、__declspec(dllexport)在 32 位编译器版本中，可以使用 __declspec(dllexport) 关键字从 DLL 导出数据、函数、类或类成员函数。__declspec(dllexport) 在link时会将导出指令添加到obj文件中，因此不需要使用 .def 文件。当然，即使用了__declspec(dllexport)依然可以使用*.def文件，因为不同编译器对于类的成员函数的name mangling规则不同，可以定义.def文件通过序号调用。为每个dll写def显得很繁杂，目前def使用已经比较少了，更多的是使用__declspec(dllexport)在源代码中定义dll的输出函数。&lt;br /&gt;&lt;br /&gt;若要输出类的所有成员：数据or函数，__declspec(dllexport)要放在类名左边声明：&lt;br /&gt;class __declspec(dllexport) Class1{}&lt;br /&gt;如果类没有数据成员，__declspec(dllexport)放在class关键字前声明就会被编译器忽略，就没有lib生成，如下：&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/4213147.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/223219535/zhejiang9/csdn.net/s.gif?r=http://blog.csdn.net/zhejiang9/archive/2009/05/24/4213147.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219535/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219535/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 May 2009 06:49:00 +0800</pubDate><author>老胡</author><comments>http://blog.csdn.net/zhejiang9/archive/2009/05/24/4213147.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2009/05/24/4213147.aspx</guid><dc:creator>老胡</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2009/05/24/4213147.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219535/1196940</fs:itemid></item><item><title>文本编码格式介绍</title><link>http://blog.csdn.net/zhejiang9/archive/2008/10/07/3026608.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/3026608.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/3026608.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3026608</trackback:ping><description>文本编码格式介绍&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/3026608.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219536/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219536/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Oct 2008 18:55:00 +0800</pubDate><author>老胡</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/10/07/3026608.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/10/07/3026608.aspx</guid><dc:creator>老胡</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/10/07/3026608.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219536/1196940</fs:itemid></item><item><title>不用任何比较操作判断正整数a和b的大小</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/27/2985961.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2985961.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2985961.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2985961</trackback:ping><description>不用任何比较操作判断正整数a和b的大小&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2985961.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219537/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219537/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 27 Sep 2008 17:35:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/27/2985961.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/27/2985961.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/27/2985961.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219537/1196940</fs:itemid></item><item><title>dll的共享变量&amp;预编译指令#pragma</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983476.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2983476.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2983476.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2983476</trackback:ping><description>dll的共享变量&amp;预编译指令#pragma&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2983476.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219538/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219538/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Sep 2008 23:42:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983476.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983476.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983476.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219538/1196940</fs:itemid></item><item><title>EXE文件的重定位表起作用</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983480.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2983480.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2983480.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2983480</trackback:ping><description>EXE文件的重定位表起作用&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2983480.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219539/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219539/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Sep 2008 23:42:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983480.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983480.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/26/2983480.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219539/1196940</fs:itemid></item><item><title>something about code page and character set</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/24/2973914.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2973914.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2973914.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2973914</trackback:ping><description>something about code page and character set&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2973914.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219540/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219540/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Sep 2008 00:54:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/24/2973914.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/24/2973914.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/24/2973914.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219540/1196940</fs:itemid></item><item><title>关于windows mobile工程代码在不同wm平台间的移植</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/24/2971658.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2971658.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2971658.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2971658</trackback:ping><description>关于windows mobile 工程在不同wm平台之间的移植&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2971658.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219541/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219541/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 24 Sep 2008 17:26:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/24/2971658.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/24/2971658.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/24/2971658.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219541/1196940</fs:itemid></item><item><title>DirectX SDK 与 DirectShow SDK</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966240.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2966240.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2966240.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2966240</trackback:ping><description>&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2966240.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219542/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219542/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Sep 2008 18:56:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966240.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966240.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966240.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219542/1196940</fs:itemid></item><item><title>[转]DirectShow下载安装</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966107.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2966107.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2966107.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2966107</trackback:ping><description>&lt;br /&gt;找了好半天，终于找到了，在这里和大家分享下。&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2966107.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219543/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219543/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Sep 2008 18:46:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966107.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966107.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/23/2966107.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219543/1196940</fs:itemid></item><item><title>【转】关于EASYSIZE宏（动态调整控件位置、大小的宏）的小结</title><link>http://blog.csdn.net/zhejiang9/archive/2008/09/22/2960259.aspx</link><wfw:comment>http://blog.csdn.net/zhejiang9/comments/2960259.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhejiang9/comments/commentRss/2960259.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2960259</trackback:ping><description>&lt;br /&gt;近日在code project网站浏览时，看到一篇关于Dialog缩放的文章（http://www.codeproject.com/dialog/easysize.asp）。作者编写了一个短小精悍的宏，利用该宏，可以很轻易的实现Dialog的缩放。下面是该宏的使用方法和我在使用中的一些体会。&lt;img src =&quot;http://blog.csdn.net/zhejiang9/aggbug/2960259.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zhejiang9/223219544/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zhejiang9/223219544/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Sep 2008 19:12:00 +0800</pubDate><author>zhejiang9</author><comments>http://blog.csdn.net/zhejiang9/archive/2008/09/22/2960259.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhejiang9/archive/2008/09/22/2960259.aspx</guid><dc:creator>zhejiang9</dc:creator><fs:srclink>http://blog.csdn.net/zhejiang9/archive/2008/09/22/2960259.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhejiang9/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhejiang9/~1196962/223219544/1196940</fs:itemid></item></channel></rss>