<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>I am Pen Jr. へのコメント</title>
	<atom:link href="http://pen-jr.org/blog/wp/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://pen-jr.org/blog/wp</link>
	<description></description>
	<lastBuildDate>Sat, 14 Apr 2012 02:34:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Pen.Jr より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-332</link>
		<dc:creator>Pen.Jr</dc:creator>
		<pubDate>Sat, 14 Apr 2012 02:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-332</guid>
		<description>失礼

ちょっと勘違いしてました
</description>
		<content:encoded><![CDATA[<p>
失礼<br />
<br />
ちょっと勘違いしてました<br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>D言語勉強中@windows7 より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-331</link>
		<dc:creator>D言語勉強中@windows7</dc:creator>
		<pubDate>Sat, 14 Apr 2012 01:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-331</guid>
		<description>こんな感じです。↓
ライブラリはPen.Jr様の変換済みファイルを使ってます。

&gt;&gt;dmd -c test.d
&gt;&gt;dmd -L/exet:nt/su:windows:4.0 main.d test.obj win32.lib win32ex.lib
OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
test.obj(test)
 Error 42: Symbol Undefined _DwmUpdateThumbnailProperties@8
test.obj(test)
 Error 42: Symbol Undefined _DwmRegisterThumbnail@12
test.obj(test)
 Error 42: Symbol Undefined _DwmExtendFrameIntoClientArea@8
test.obj(test)
 Error 42: Symbol Undefined _DwmUnregisterThumbnail@4
--- errorlevel 4
make: *** [main.exe] Error 4</description>
		<content:encoded><![CDATA[<p>
こんな感じです。↓<br />
ライブラリはPen.Jr様の変換済みファイルを使ってます。<br />
<br />
&gt;&gt;dmd -c test.d<br />
&gt;&gt;dmd -L/exet:nt/su:windows:4.0 main.d test.obj win32.lib win32ex.lib<br />
OPTLINK (R) for Win32  Release 8.00.12<br />
Copyright (C) Digital Mars 1989-2010  All rights reserved.<br />
<a href="http://www.digitalmars.com/ctg/optlink.html" rel="nofollow">http://www.digitalmars.com/ctg/optlink.html</a><br />
test.obj(test)<br />
 Error 42: Symbol Undefined _DwmUpdateThumbnailProperties@8<br />
test.obj(test)<br />
 Error 42: Symbol Undefined _DwmRegisterThumbnail@12<br />
test.obj(test)<br />
 Error 42: Symbol Undefined _DwmExtendFrameIntoClientArea@8<br />
test.obj(test)<br />
 Error 42: Symbol Undefined _DwmUnregisterThumbnail@4<br />
&#8212; errorlevel 4<br />
make: *** [main.exe] Error 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>Pen.Jr より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-330</link>
		<dc:creator>Pen.Jr</dc:creator>
		<pubDate>Sat, 14 Apr 2012 01:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-330</guid>
		<description>Windows ライブラリの読み込みが必要です


ちなみに

dwmapi.lib

をリンクすれば問題ないかと


pragma (lib, &quot;dwmapi.lib&quot;);

とかでも

</description>
		<content:encoded><![CDATA[<p>
Windows ライブラリの読み込みが必要です<br />
<br />
<br />
ちなみに<br />
<br />
dwmapi.lib<br />
<br />
をリンクすれば問題ないかと<br />
<br />
<br />
pragma (lib, &#8220;dwmapi.lib&#8221;);<br />
<br />
とかでも<br />
<br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>D言語勉強中@windows7 より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-329</link>
		<dc:creator>D言語勉強中@windows7</dc:creator>
		<pubDate>Fri, 13 Apr 2012 18:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-329</guid>
		<description>ありがとうございます。
やってみたのですが、コンパイルしようとするとDWM関数がSymbol Undefinedでエラーになります。
Win32.lib、Win32ex.libと一緒にビルドしてますが、何か間違ってますか？</description>
		<content:encoded><![CDATA[<p>
ありがとうございます。<br />
やってみたのですが、コンパイルしようとするとDWM関数がSymbol Undefinedでエラーになります。<br />
Win32.lib、Win32ex.libと一緒にビルドしてますが、何か間違ってますか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Pen.Jr より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-325</link>
		<dc:creator>Pen.Jr</dc:creator>
		<pubDate>Thu, 05 Apr 2012 01:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-325</guid>
		<description>やってみましたので、後でアップしときま

コンパイル以外未検証なのでよろしく</description>
		<content:encoded><![CDATA[<p>
やってみましたので、後でアップしときま<br />
<br />
コンパイル以外未検証なのでよろしく</p>
]]></content:encoded>
	</item>
	<item>
		<title>D言語勉強中@windows7 より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-324</link>
		<dc:creator>D言語勉強中@windows7</dc:creator>
		<pubDate>Wed, 04 Apr 2012 16:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-324</guid>
		<description>DWM関係を使いたいのですが、dwmapi.hをポーティングする予定は無いのでしょうか。</description>
		<content:encoded><![CDATA[<p>
DWM関係を使いたいのですが、dwmapi.hをポーティングする予定は無いのでしょうか。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Pen.Jr より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-322</link>
		<dc:creator>Pen.Jr</dc:creator>
		<pubDate>Tue, 03 Apr 2012 00:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-322</guid>
		<description>要望などあれば遠慮なく
けちでもOK</description>
		<content:encoded><![CDATA[<p>
要望などあれば遠慮なく<br />
けちでもOK</p>
]]></content:encoded>
	</item>
	<item>
		<title>kos- より D 2.058 へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=2843&#038;cpage=1#comment-321</link>
		<dc:creator>kos-</dc:creator>
		<pubDate>Mon, 02 Apr 2012 17:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=2843#comment-321</guid>
		<description>勝手に探して拾って使わせていただいております。
ありがとうございます。</description>
		<content:encoded><![CDATA[<p>
勝手に探して拾って使わせていただいております。<br />
ありがとうございます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>eyeshadow より COM Programming へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=1365&#038;cpage=1#comment-278</link>
		<dc:creator>eyeshadow</dc:creator>
		<pubDate>Wed, 25 Jan 2012 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=1365#comment-278</guid>
		<description>*This is the right blog for anyone who wants to find out about this topic. You realize so much its almost hard to argue with you (not that I actually would want…HaHa). You definitely put a new spin on a topic thats been written about for years. Great stuff, just great!</description>
		<content:encoded><![CDATA[<p>
*This is the right blog for anyone who wants to find out about this topic. You realize so much its almost hard to argue with you (not that I actually would want…HaHa). You definitely put a new spin on a topic thats been written about for years. Great stuff, just great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>mohit mehta より COM Programming へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=1365&#038;cpage=1#comment-277</link>
		<dc:creator>mohit mehta</dc:creator>
		<pubDate>Tue, 24 Jan 2012 13:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=1365#comment-277</guid>
		<description>Super-Duper site! I am loving it!! Will come back again. I am bookmarking your feeds also</description>
		<content:encoded><![CDATA[<p>
Super-Duper site! I am loving it!! Will come back again. I am bookmarking your feeds also</p>
]]></content:encoded>
	</item>
	<item>
		<title>Tony Duesterback より COM Programming へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=1365&#038;cpage=1#comment-267</link>
		<dc:creator>Tony Duesterback</dc:creator>
		<pubDate>Wed, 30 Nov 2011 07:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=1365#comment-267</guid>
		<description>I think this is among the most important info for me. And i&#039;m glad reading your article. But want to remark on some general things, The web site style is perfect, the articles is really great : D. Good job, cheers</description>
		<content:encoded><![CDATA[<p>
I think this is among the most important info for me. And i&#8217;m glad reading your article. But want to remark on some general things, The web site style is perfect, the articles is really great : D. Good job, cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Pen.Jr より アイコンキャッシュ２ へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=1469&#038;cpage=1#comment-246</link>
		<dc:creator>Pen.Jr</dc:creator>
		<pubDate>Mon, 18 Jul 2011 04:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=1469#comment-246</guid>
		<description>UAC を OFF にしてると問題ない様子で、もうとっくに直ってると思っていましたが、少なくとも SP1 では直ってないみたいですね

再現性もあるし、普通に Windows のバグだと思うのですけどね

こんな情報がいつまでも役に立つなんて・・・</description>
		<content:encoded><![CDATA[<p>
UAC を OFF にしてると問題ない様子で、もうとっくに直ってると思っていましたが、少なくとも SP1 では直ってないみたいですね<br />
<br />
再現性もあるし、普通に Windows のバグだと思うのですけどね<br />
<br />
こんな情報がいつまでも役に立つなんて・・・</p>
]]></content:encoded>
	</item>
	<item>
		<title>大矢　好彦 より アイコンキャッシュ２ へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=1469&#038;cpage=1#comment-245</link>
		<dc:creator>大矢　好彦</dc:creator>
		<pubDate>Fri, 15 Jul 2011 01:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=1469#comment-245</guid>
		<description>私も同じ問題が発生し、無事解決できました。
ありがとうございます。</description>
		<content:encoded><![CDATA[<p>
私も同じ問題が発生し、無事解決できました。<br />
ありがとうございます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Pen.Jr より D言語でリボンは簡単・・・かもよ へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=1863&#038;cpage=1#comment-244</link>
		<dc:creator>Pen.Jr</dc:creator>
		<pubDate>Sat, 02 Jul 2011 04:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=1863#comment-244</guid>
		<description>誰にも相手されないみたいだったので放置してました

ちなみに xml は SDK に付属の UICC というツールを使い

&gt;uicc ribbon.xml ribbon.bml /header:ribbon.h

とかやると、ribbon.bml と ribbon.h と ribbon.rc が出来ますから、既存の rc ファイルにインクルードするか、そのままリソースコンパイラでも大丈夫なはず


.h の自動変換にすっかり夢中だもんですが、変換はなんとか落ち着いたので、リボンや directwrite なんかの動作確認をぼちぼちの予定・・・・

亀ですが、公開するつもりです</description>
		<content:encoded><![CDATA[<p>
誰にも相手されないみたいだったので放置してました<br />
<br />
ちなみに xml は SDK に付属の UICC というツールを使い<br />
<br />
>uicc ribbon.xml ribbon.bml /header:ribbon.h<br />
<br />
とかやると、ribbon.bml と ribbon.h と ribbon.rc が出来ますから、既存の rc ファイルにインクルードするか、そのままリソースコンパイラでも大丈夫なはず<br />
<br />
<br />
.h の自動変換にすっかり夢中だもんですが、変換はなんとか落ち着いたので、リボンや directwrite なんかの動作確認をぼちぼちの予定・・・・<br />
<br />
亀ですが、公開するつもりです</p>
]]></content:encoded>
	</item>
	<item>
		<title>D-man より D言語でリボンは簡単・・・かもよ へのコメント</title>
		<link>http://pen-jr.org/blog/wp/?p=1863&#038;cpage=1#comment-243</link>
		<dc:creator>D-man</dc:creator>
		<pubDate>Sat, 02 Jul 2011 02:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://pen-jr.org/blog/wp/?p=1863#comment-243</guid>
		<description>D で Windows GUI + Ribbon をやりたい人です（本当はdirectwriteもやりたい）
ようやく main -&gt; wWinmain とかで擬似的に WinMain モドキを作って
そこからだとクラスとかも使えてやたーとか思いながら
時代は Unicodeでしょとか思って windows.di に無い W系api を追記しながら
途方も無い作業に気力が抜けてきてしまっている所です

C の GUI Hello World みたいなのに毛が生えたくらいのプログラムまではいったのですが
正直 C言語の rc リソースを追加する方法や
Ribbonのxmlを盛り込む方法がわからず
どうしようもないような感じです

よかったらリソースを埋め込む手順とか、Ribbonを埋め込むコマンドとかを教えて下さいませ

あと、置き場のリンク先が無くなっちゃってます(ToT )</description>
		<content:encoded><![CDATA[<p>
D で Windows GUI + Ribbon をやりたい人です（本当はdirectwriteもやりたい）<br />
ようやく main -&gt; wWinmain とかで擬似的に WinMain モドキを作って<br />
そこからだとクラスとかも使えてやたーとか思いながら<br />
時代は Unicodeでしょとか思って windows.di に無い W系api を追記しながら<br />
途方も無い作業に気力が抜けてきてしまっている所です<br />
<br />
C の GUI Hello World みたいなのに毛が生えたくらいのプログラムまではいったのですが<br />
正直 C言語の rc リソースを追加する方法や<br />
Ribbonのxmlを盛り込む方法がわからず<br />
どうしようもないような感じです<br />
<br />
よかったらリソースを埋め込む手順とか、Ribbonを埋め込むコマンドとかを教えて下さいませ<br />
<br />
あと、置き場のリンク先が無くなっちゃってます(ToT )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

