<?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>digital matter &#187; HID</title>
	<atom:link href="http://blog.loadlimits.info/tag/hid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loadlimits.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 22 Jun 2010 10:46:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>hid.libをリンクしようとしたときにLNK2001エラーになる問題</title>
		<link>http://blog.loadlimits.info/2010/01/hid-lib%e3%82%92%e3%83%aa%e3%83%b3%e3%82%af%e3%81%97%e3%82%88%e3%81%86%e3%81%a8%e3%81%97%e3%81%9f%e3%81%a8%e3%81%8d%e3%81%ablnk2001%e3%82%a8%e3%83%a9%e3%83%bc%e3%81%ab%e3%81%aa%e3%82%8b%e5%95%8f/</link>
		<comments>http://blog.loadlimits.info/2010/01/hid-lib%e3%82%92%e3%83%aa%e3%83%b3%e3%82%af%e3%81%97%e3%82%88%e3%81%86%e3%81%a8%e3%81%97%e3%81%9f%e3%81%a8%e3%81%8d%e3%81%ablnk2001%e3%82%a8%e3%83%a9%e3%83%bc%e3%81%ab%e3%81%aa%e3%82%8b%e5%95%8f/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 02:06:55 +0000</pubDate>
		<dc:creator>hotpi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[解決]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[HID]]></category>
		<category><![CDATA[MUDF]]></category>

		<guid isPermaLink="false">http://blog.loadlimits.info/2010/01/hid-lib%e3%82%92%e3%83%aa%e3%83%b3%e3%82%af%e3%81%97%e3%82%88%e3%81%86%e3%81%a8%e3%81%97%e3%81%9f%e3%81%a8%e3%81%8d%e3%81%ablnk2001%e3%82%a8%e3%83%a9%e3%83%bc%e3%81%ab%e3%81%aa%e3%82%8b%e5%95%8f/</guid>
		<description><![CDATA[MUDFでドライバ開発中なのですが、hid.libを使いたくて、sourcesにhid.lib追加、internal.hにHidsdi.hのインクルード記述をしてみたところ、ビルド時にLNK2001エラーが発生。
結局はHidsdi.hがCソースなのでextern &#34;C&#34;{}で囲ってやればOKというお話です。

extern "C"{
#include &#60;Hidsdi.h&#62;
}


]]></description>
			<content:encoded><![CDATA[<p>MUDFでドライバ開発中なのですが、hid.libを使いたくて、sourcesにhid.lib追加、internal.hにHidsdi.hのインクルード記述をしてみたところ、ビルド時にLNK2001エラーが発生。</p>
<p>結局はHidsdi.hがCソースなのでextern &quot;C&quot;{}で囲ってやればOKというお話です。</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:a3bbac55-0e9b-4ae8-baa8-8be9c5d2c8ca" class="wlWriterEditableSmartContent">
<pre name="code" class="c">extern "C"{
#include &lt;Hidsdi.h&gt;
}
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.loadlimits.info/2010/01/hid-lib%e3%82%92%e3%83%aa%e3%83%b3%e3%82%af%e3%81%97%e3%82%88%e3%81%86%e3%81%a8%e3%81%97%e3%81%9f%e3%81%a8%e3%81%8d%e3%81%ablnk2001%e3%82%a8%e3%83%a9%e3%83%bc%e3%81%ab%e3%81%aa%e3%82%8b%e5%95%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
