<?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: PDF previews under Vista x64</title>
	<atom:link href="http://www.edbott.com/weblog/?feed=rss2&#038;p=1959" rel="self" type="application/rss+xml" />
	<link>http://www.edbott.com/weblog/?p=1959</link>
	<description>Helping PC users make sense of Microsoft software since 1991</description>
	<lastBuildDate>Fri, 20 Nov 2009 18:54:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dylan</title>
		<link>http://www.edbott.com/weblog/?p=1959&#038;cpage=1#comment-167718</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Sat, 24 May 2008 09:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/weblog/?p=1959#comment-167718</guid>
		<description>Hi Ed,

I didn&#039;t realise that Acrobat 8.1 had a previewer for Outlook 2007, was that new in version 8.1?

We&#039;ve been using Acrobat Reader 8.0 in our organisation and now I&#039;m keen to upgrade 8.1 to get the previewer.

- Dylan</description>
		<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>I didn&#8217;t realise that Acrobat 8.1 had a previewer for Outlook 2007, was that new in version 8.1?</p>
<p>We&#8217;ve been using Acrobat Reader 8.0 in our organisation and now I&#8217;m keen to upgrade 8.1 to get the previewer.</p>
<p>- Dylan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.edbott.com/weblog/?p=1959&#038;cpage=1#comment-167189</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Wed, 07 May 2008 15:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/weblog/?p=1959#comment-167189</guid>
		<description>ED, should I install Windows Vista Ultimate 64 bit retail in HP Pavilion tx1410us Notebook PC? Will it improve the computer performance? The HP Tx1410us came with preloaded Windows Vista premium 32 bit

2.2 GHz AMD Turion 64 X2 Dual-Core Mobile Technology TL-64
512KB+512KB L2 Cache
2GB memory
250GB Hard drive
NVIDIA GeForce Go 6150</description>
		<content:encoded><![CDATA[<p>ED, should I install Windows Vista Ultimate 64 bit retail in HP Pavilion tx1410us Notebook PC? Will it improve the computer performance? The HP Tx1410us came with preloaded Windows Vista premium 32 bit</p>
<p>2.2 GHz AMD Turion 64 X2 Dual-Core Mobile Technology TL-64<br />
512KB+512KB L2 Cache<br />
2GB memory<br />
250GB Hard drive<br />
NVIDIA GeForce Go 6150</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.edbott.com/weblog/?p=1959&#038;cpage=1#comment-167177</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 06 May 2008 21:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/weblog/?p=1959#comment-167177</guid>
		<description>Talk about good timing on your post! I just upgraded to Outlook 2007 and was getting very annoyed by that &quot;feature&quot;.</description>
		<content:encoded><![CDATA[<p>Talk about good timing on your post! I just upgraded to Outlook 2007 and was getting very annoyed by that &#8220;feature&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Davidson</title>
		<link>http://www.edbott.com/weblog/?p=1959&#038;cpage=1#comment-167176</link>
		<dc:creator>Leo Davidson</dc:creator>
		<pubDate>Tue, 06 May 2008 21:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.edbott.com/weblog/?p=1959#comment-167176</guid>
		<description>It&#039;s very annoying that Adobe still have not released 64-bit versions of Adobe Reader and their Flash player. I don&#039;t know if there&#039;s a technical reason behind it or not. In my experience it&#039;s very easy to recompile code to make 64-bit versions, but perhaps they have problems with 3rd party libraries which they use, or something.

I wrote a plugin for a file manager which allows its viewer pane to use Adobe Reader, Flash, Fox It and various other ActiveX controls. When the file manager gained a 64-bit version I had to update my plugin and to make PDF files viewable again I had to to a hell of a lot of extra work (proxying everything through a 32-bit COM process/window, much as the viewer you mention in your article does). It probably took me, an independent developer doing stuff in my spare time, longer to work around this issue than it would have for Adobe to make 64-bit versions of their apps. :-(

The viewer I wrote is here if you are interested: http://www.pretentiousname.com/activex/ -- Views all Preview Handlers and most ActiveX controls (inc. FoxIt, Flash and Adobe Reader), proxying to 32-bit code if neccessary. This also means that it allows video playback using 32-bit codecs within a 64-bit process. (Well, within the windows of the process via a 32-bit proxy.)</description>
		<content:encoded><![CDATA[<p>It&#8217;s very annoying that Adobe still have not released 64-bit versions of Adobe Reader and their Flash player. I don&#8217;t know if there&#8217;s a technical reason behind it or not. In my experience it&#8217;s very easy to recompile code to make 64-bit versions, but perhaps they have problems with 3rd party libraries which they use, or something.</p>
<p>I wrote a plugin for a file manager which allows its viewer pane to use Adobe Reader, Flash, Fox It and various other ActiveX controls. When the file manager gained a 64-bit version I had to update my plugin and to make PDF files viewable again I had to to a hell of a lot of extra work (proxying everything through a 32-bit COM process/window, much as the viewer you mention in your article does). It probably took me, an independent developer doing stuff in my spare time, longer to work around this issue than it would have for Adobe to make 64-bit versions of their apps. <img src='http://www.edbott.com/weblog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>The viewer I wrote is here if you are interested: <a href="http://www.pretentiousname.com/activex/" rel="nofollow">http://www.pretentiousname.com/activex/</a> &#8212; Views all Preview Handlers and most ActiveX controls (inc. FoxIt, Flash and Adobe Reader), proxying to 32-bit code if neccessary. This also means that it allows video playback using 32-bit codecs within a 64-bit process. (Well, within the windows of the process via a 32-bit proxy.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
