<?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>Comments on: Extracting executable file icon under SWT</title>
	<atom:link href="http://www.milewski.ws/2009/03/extracting-executable-file-icon-under-swt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.milewski.ws/2009/03/extracting-executable-file-icon-under-swt/</link>
	<description>foobar damaged brain</description>
	<pubDate>Sun, 05 Feb 2012 12:08:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Łukasz Milewski</title>
		<link>http://www.milewski.ws/2009/03/extracting-executable-file-icon-under-swt/comment-page-1/#comment-415</link>
		<dc:creator>Łukasz Milewski</dc:creator>
		<pubDate>Wed, 25 Mar 2009 16:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.milewski.ws/?p=334#comment-415</guid>
		<description>@Felipe, yes, did that and this is where I've placed my own method, unfortunately you can't create Program object to specific executable file, you can only get Program object that will hold information about application that is associated with specific file type.</description>
		<content:encoded><![CDATA[<p>@Felipe, yes, did that and this is where I&#8217;ve placed my own method, unfortunately you can&#8217;t create Program object to specific executable file, you can only get Program object that will hold information about application that is associated with specific file type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Heidrich</title>
		<link>http://www.milewski.ws/2009/03/extracting-executable-file-icon-under-swt/comment-page-1/#comment-414</link>
		<dc:creator>Felipe Heidrich</dc:creator>
		<pubDate>Wed, 25 Mar 2009 15:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.milewski.ws/?p=334#comment-414</guid>
		<description>Search references to ExtractIconEx in SWT...
You'll find Program#getImageData()</description>
		<content:encoded><![CDATA[<p>Search references to ExtractIconEx in SWT&#8230;<br />
You&#8217;ll find Program#getImageData()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Rapicault</title>
		<link>http://www.milewski.ws/2009/03/extracting-executable-file-icon-under-swt/comment-page-1/#comment-384</link>
		<dc:creator>Pascal Rapicault</dc:creator>
		<pubDate>Mon, 23 Mar 2009 13:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.milewski.ws/?p=334#comment-384</guid>
		<description>If that helps, note that PDE Build has something called a branding iron that allows you to replace the icon inside an exe.</description>
		<content:encoded><![CDATA[<p>If that helps, note that PDE Build has something called a branding iron that allows you to replace the icon inside an exe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.milewski.ws/2009/03/extracting-executable-file-icon-under-swt/comment-page-1/#comment-383</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 23 Mar 2009 12:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.milewski.ws/?p=334#comment-383</guid>
		<description>The problem is that other platforms, such as Linux GTK, don't keep an icon inside an executable.  Therefore, offering portable API to do this in SWT is a problem because it cannot be implemented on all platforms.

Having said that, it is possible to offer API as a hint and have it fail gracefully on platforms that don't support it.  The trick here is to make sure the failure is graceful.  In the case of the "icon for an exe", is it critical that an application get this?  Getting null on platforms that don't support it (ie non-Windows) is probably ok.</description>
		<content:encoded><![CDATA[<p>The problem is that other platforms, such as Linux GTK, don&#8217;t keep an icon inside an executable.  Therefore, offering portable API to do this in SWT is a problem because it cannot be implemented on all platforms.</p>
<p>Having said that, it is possible to offer API as a hint and have it fail gracefully on platforms that don&#8217;t support it.  The trick here is to make sure the failure is graceful.  In the case of the &#8220;icon for an exe&#8221;, is it critical that an application get this?  Getting null on platforms that don&#8217;t support it (ie non-Windows) is probably ok.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

