<?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>deffbeff &#187; Windows</title>
	<atom:link href="http://www.deffbeff.com/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deffbeff.com/blog</link>
	<description>Mostly software</description>
	<lastBuildDate>Thu, 03 Dec 2009 23:00:15 +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>Building Qt with OpenSSL support using the Windows SDK</title>
		<link>http://www.deffbeff.com/blog/2009/08/building-qt-with-openssl-support-using-the-windows-sdk/</link>
		<comments>http://www.deffbeff.com/blog/2009/08/building-qt-with-openssl-support-using-the-windows-sdk/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:50:11 +0000</pubDate>
		<dc:creator>Matthew Gilbert</dc:creator>
				<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.deffbeff.com/blog/?p=53</guid>
		<description><![CDATA[Install perl (needed for building OpenSSL). Follow OpenSSL instructions to build and install (README.W32 or README.W64, use the masm target). I installed OpenSSL into the same prefix that I’m using for Qt. Copy the Qt mkspeks directory to the Qt prefix directory. Run configure, something like: ./configure -release -no-qt3support -prefix C:\qt\4.5.2 -qt-libjpeg -qt-libpng -openssl -I [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Install perl (needed for building OpenSSL). </li>
<li>Follow OpenSSL instructions to build and install (README.W32 or README.W64, use the masm target). I installed OpenSSL into the same prefix that I’m using for Qt. </li>
<li>Copy the Qt mkspeks directory to the Qt prefix directory. </li>
<li>Run configure, something like:      <br /><font size="2" face="Droid Sans Mono">./configure -release -no-qt3support -prefix C:\qt\4.5.2 -qt-libjpeg -qt-libpng -openssl -I c:\qt\4.5.2\include -L c:\qt\4.5.2\bin</font>
<p><font size="2">(based on instructions from </font><a href="http://wiki.secondlife.com/wiki/QtWebkitWin32BuildInstructions"></a><a href="http://wiki.secondlife.com/wiki/QtWebkitWin32BuildInstructions"><font size="2">http://wiki.secondlife.com/wiki/QtWebkitWin32BuildInstructions</font></a></a><font size="2">)</font></p>
</li>
<li>nmake &amp;&amp; nmake install </li>
</ol>
<p><font size="2"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deffbeff.com/blog/2009/08/building-qt-with-openssl-support-using-the-windows-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postbox &#8211; a better Thunderbird</title>
		<link>http://www.deffbeff.com/blog/2009/03/postbox-a-better-thunderbird/</link>
		<comments>http://www.deffbeff.com/blog/2009/03/postbox-a-better-thunderbird/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 21:28:12 +0000</pubDate>
		<dc:creator>Matthew Gilbert</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[postbox]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.deffbeff.com/blog/?p=44</guid>
		<description><![CDATA[I got fed up with Outlook today at work. Gmail spoils me. I think the conversation view is fantastic. Luckily, our IT enables IMAP on our Exchange servers so I’m able to use whatever email client fits me. My Google search for “cross platform email client” led me to Postbox. So far, it’s the first [...]]]></description>
			<content:encoded><![CDATA[<p>I got fed up with Outlook today at work. Gmail spoils me. I think the conversation view is fantastic. Luckily, our IT enables IMAP on our Exchange servers so I’m able to use whatever email client fits me. My Google search for “cross platform email client” led me to <a href="http://www.postbox-inc.com/">Postbox</a>.</p>
<p>So far, it’s the first email client I’ve used in a long time that might make me switch from gmail’s web interface. It’s based on the Thunderbird code base, but adds a lot of useful features. Most importantly, it has a “show all” button at the top of every email which will bring up a conversation view. </p>
<p>Not only that, but it has a lot of neat features for searching and organizing. One of my favorite is the ability to show all attachments from an account, and then search those attachments by content, sender, date, etc.. I receive a lot of pdf’s in email which are difficult to find in Outlook. Postbox significantly cuts down the amount of searching I have to do to find those documents. For example, I know Vimal sent me a pdf in the last couple of months, I hit the attachments button, then in the search field I enter “from:vimal after:February”. Fantastic.</p>
<p>Unfortunately, even though it’s based on Thunderbird, it’s not available for Linux and a quick Google search didn’t reveal that a Linux version is planned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deffbeff.com/blog/2009/03/postbox-a-better-thunderbird/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Embedded manifests in Windows 7</title>
		<link>http://www.deffbeff.com/blog/2009/01/embedded-manifests-in-windows-7/</link>
		<comments>http://www.deffbeff.com/blog/2009/01/embedded-manifests-in-windows-7/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 17:01:58 +0000</pubDate>
		<dc:creator>Matthew Gilbert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[manifests]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.deffbeff.com/blog/?p=8</guid>
		<description><![CDATA[Getting "invalid windows image" when trying to use mt.exe on Windows 7? The likely cause is an issue with embedding a manifest resource before an existing resource section is present. This is documented in section 5.3.6 of the Windows 7 SDK release notes.]]></description>
			<content:encoded><![CDATA[<p>I recently took advantage of the Windows7 beta and think it’s a great upgrade over Vista. However, anything I compiled with the Windows SDK resulted in a binary that was reported to be an invalid windows image. Turns out the issue is documented in the SDK release notes (section 5.3.6). A resource section is required (even an empty resource) before you can embed a manifest resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deffbeff.com/blog/2009/01/embedded-manifests-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
