<?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>骨头`s Blog &#187; DLL</title>
	<atom:link href="http://www.gutou.cc/archives/tag/dll/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gutou.cc</link>
	<description>骨头软件工作室</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>易语言内存加载DLL</title>
		<link>http://www.gutou.cc/archives/easy-language-memory-load-dll.html</link>
		<comments>http://www.gutou.cc/archives/easy-language-memory-load-dll.html#comments</comments>
		<pubDate>Sat, 29 May 2010 04:23:56 +0000</pubDate>
		<dc:creator>骨头</dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[内存加载DLL]]></category>
		<category><![CDATA[易语言]]></category>

		<guid isPermaLink="false">http://www.gutou.cc/?p=637</guid>
		<description><![CDATA[最近在研究易语言内存加载DLL,让软件更加简单,体积更小,把所有代码都写到DLL里面,然后放在网络,让软件运行的时候读取网络DLL,进行内存加载,这样软件不仅仅减少了体积还减少了升级的次数,呵呵]]></description>
		<wfw:commentRss>http://www.gutou.cc/archives/easy-language-memory-load-dll.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>易语言多线程出错的问题</title>
		<link>http://www.gutou.cc/archives/eyuyan_duoxiancheng.html</link>
		<comments>http://www.gutou.cc/archives/eyuyan_duoxiancheng.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 00:15:32 +0000</pubDate>
		<dc:creator>骨头</dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[易语言]]></category>

		<guid isPermaLink="false">http://www.gutou.cc/?p=39</guid>
		<description><![CDATA[最近在给客户写软件,发现我这边一直没有发现出错的问题,但是客户的软件一运行多线程就出错,一直找不到问题,找了好久才找到解决方法,原来是CPU的问题,多线程对于双核CPU亲和性上有问题,现在找到问题的解决方法,顺便记录一下,或许有朋友遇到同样的问题,可以一起参考. .版本 2&#160;.DLL命令 SetProcessAffinityMask, 整数型, , , 公开, 设置CPU亲和性 进程句柄 返回CPU号.参数 hProcess, 整数型.参数 hProcess, 整数型&#160;.DLL命令 SetThreadAffinityMask, 整数型, , , 公开, 设置CPU亲和性 线程句柄.参数 hProcess, 整数型.参数 Mask, 整数型&#160;.DLL命令 GetCurrentProcess, 整数型, , , 公开, 获取当前进程的一个伪句柄 一般是-1&#160;.DLL命令 GetCurrentThread, 整数型, , , 公开, 获取当前线程的一个伪句柄 一般是-2 将以下代码放到易代码开始即可: SetProcessAffinityMask (-1, 1)]]></description>
		<wfw:commentRss>http://www.gutou.cc/archives/eyuyan_duoxiancheng.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
