<?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>「透過Mono讓.Net Framework開發的軟體，搖身一變成為綠色軟體」的迴響</title>
	<atom:link href="http://blog.colorbase.tw/programming/525/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.colorbase.tw/programming/525</link>
	<description>訊息多變的時代裡，需要多學習多思考</description>
	<lastBuildDate>Sat, 10 Jul 2010 10:00:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：way</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-121</link>
		<dc:creator>way</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-121</guid>
		<description>中文路径有办法解决么?</description>
		<content:encoded><![CDATA[<p>中文路径有办法解决么?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：beaver</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-120</link>
		<dc:creator>beaver</dc:creator>
		<pubDate>Thu, 26 Nov 2009 23:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-120</guid>
		<description>我已經解決了..因為用了 --debug的參數
所以一直有dos畫面...thankx</description>
		<content:encoded><![CDATA[<p>我已經解決了..因為用了 &#8211;debug的參數<br />
所以一直有dos畫面&#8230;thankx</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：beaver</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-119</link>
		<dc:creator>beaver</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-119</guid>
		<description>vb6..用shell仍會跑出命令視窗...
請問vb6如何call mono 而不會有命令視窗
雖然可以用 vbhide的屬性..不過在部分作業系統 ex win2003..則連mono呼叫出來的主程式都隱藏了..
thankx</description>
		<content:encoded><![CDATA[<p>vb6..用shell仍會跑出命令視窗&#8230;<br />
請問vb6如何call mono 而不會有命令視窗<br />
雖然可以用 vbhide的屬性..不過在部分作業系統 ex win2003..則連mono呼叫出來的主程式都隱藏了..<br />
thankx</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阿育</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-118</link>
		<dc:creator>阿育</dc:creator>
		<pubDate>Tue, 20 Oct 2009 12:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-118</guid>
		<description>Hi Chris

原來如此啊，這個問題我倒是沒想過，感謝分享 :)

.net 使用的繪圖函式庫是使用GDI+，而GDI+是XP以後內建的函式庫
但這是微軟的技術，所以我想mono可能沒有實現這個東西專利上不允許而未包含</description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>原來如此啊，這個問題我倒是沒想過，感謝分享 <img src='http://blog.colorbase.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>.net 使用的繪圖函式庫是使用GDI+，而GDI+是XP以後內建的函式庫<br />
但這是微軟的技術，所以我想mono可能沒有實現這個東西專利上不允許而未包含</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Chris</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-117</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-117</guid>
		<description>Hello~
我找到原因了，因為windows 2000沒有使用gdiplus.dll的樣子

如果套用您提供的小程式
只要把gdiplus.dll丟到該目錄底下就可以正常開啟
分享一下囉~</description>
		<content:encoded><![CDATA[<p>Hello~<br />
我找到原因了，因為windows 2000沒有使用gdiplus.dll的樣子</p>
<p>如果套用您提供的小程式<br />
只要把gdiplus.dll丟到該目錄底下就可以正常開啟<br />
分享一下囉~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阿育</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-116</link>
		<dc:creator>阿育</dc:creator>
		<pubDate>Wed, 14 Oct 2009 06:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-116</guid>
		<description>嗨 Chris

我在XP好像也遇過這樣的情形
但我卻是在中文目錄底下發生的

不過據你這麼說，你的情況與我不同
詳細的原因我也不太清楚，抱歉了</description>
		<content:encoded><![CDATA[<p>嗨 Chris</p>
<p>我在XP好像也遇過這樣的情形<br />
但我卻是在中文目錄底下發生的</p>
<p>不過據你這麼說，你的情況與我不同<br />
詳細的原因我也不太清楚，抱歉了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Chris</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-115</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-115</guid>
		<description>Hi~請問你有試過OS是windows 2000的狀況
執行Mono嗎?

我只拉一個簡單的Form
然後跟您一樣的步驟將檔案放在C槽底下
結果提示命令字元執行一下就關閉了

用您提供的檔案也是出現相同的情況

不知道windows 2000有沒有解</description>
		<content:encoded><![CDATA[<p>Hi~請問你有試過OS是windows 2000的狀況<br />
執行Mono嗎?</p>
<p>我只拉一個簡單的Form<br />
然後跟您一樣的步驟將檔案放在C槽底下<br />
結果提示命令字元執行一下就關閉了</p>
<p>用您提供的檔案也是出現相同的情況</p>
<p>不知道windows 2000有沒有解</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阿育</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-114</link>
		<dc:creator>阿育</dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-114</guid>
		<description>嗨 James

編譯後的東西基本上都一樣吧，不需要加特別的參數
會不會是你哪邊弄錯了？或者包含中文路徑？</description>
		<content:encoded><![CDATA[<p>嗨 James</p>
<p>編譯後的東西基本上都一樣吧，不需要加特別的參數<br />
會不會是你哪邊弄錯了？或者包含中文路徑？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：James Mak</title>
		<link>http://blog.colorbase.tw/programming/525/comment-page-1#comment-113</link>
		<dc:creator>James Mak</dc:creator>
		<pubDate>Thu, 23 Jul 2009 04:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.colorbase.tw/?p=525#comment-113</guid>
		<description>想請問用vb.net寫的程式可不可以,編譯時是否有參數要加?

我試過用visual studio 2005做一個很簡單的程式(一張form加一個button),用mono來執行,但沒有反應</description>
		<content:encoded><![CDATA[<p>想請問用vb.net寫的程式可不可以,編譯時是否有參數要加?</p>
<p>我試過用visual studio 2005做一個很簡單的程式(一張form加一個button),用mono來執行,但沒有反應</p>
]]></content:encoded>
	</item>
</channel>
</rss>
