<?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: Why 16bit Applications Cannot Run on Windows 64bit</title>
	<atom:link href="http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/</link>
	<description>Joint Endeavor of Delphi Innovators of Windows Programming</description>
	<lastBuildDate>Thu, 24 Nov 2011 17:58:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ken Knopfli</title>
		<link>http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/comment-page-1/#comment-28949</link>
		<dc:creator>Ken Knopfli</dc:creator>
		<pubDate>Mon, 02 Nov 2009 08:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=537#comment-28949</guid>
		<description>I know of two dentists that use a DBase/Clipper based patient system. And I still like to play with Borland&#039;s Eureka.

We have machine control systems that run on 16 bits. I have no idea who is going to rewrite those, nor who is going to pay for, basically, no additional functionality.</description>
		<content:encoded><![CDATA[<p>I know of two dentists that use a DBase/Clipper based patient system. And I still like to play with Borland&#8217;s Eureka.</p>
<p>We have machine control systems that run on 16 bits. I have no idea who is going to rewrite those, nor who is going to pay for, basically, no additional functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Wimmer</title>
		<link>http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/comment-page-1/#comment-28824</link>
		<dc:creator>Christian Wimmer</dc:creator>
		<pubDate>Sat, 31 Oct 2009 12:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=537#comment-28824</guid>
		<description>I wonder if the XP VM Mode in Win7 is capable of running 16bit apps seamlessly on Windows 64bit?</description>
		<content:encoded><![CDATA[<p>I wonder if the XP VM Mode in Win7 is capable of running 16bit apps seamlessly on Windows 64bit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murphy</title>
		<link>http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/comment-page-1/#comment-28781</link>
		<dc:creator>murphy</dc:creator>
		<pubDate>Fri, 30 Oct 2009 22:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=537#comment-28781</guid>
		<description>I started Turbo Pascal for Windows in Windows 7 32bit recently. :) Sure i&#039;m not using it really... It was only a test.</description>
		<content:encoded><![CDATA[<p>I started Turbo Pascal for Windows in Windows 7 32bit recently. <img src='http://blog.delphi-jedi.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sure i&#8217;m not using it really&#8230; It was only a test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Mueller</title>
		<link>http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/comment-page-1/#comment-28779</link>
		<dc:creator>Thomas Mueller</dc:creator>
		<pubDate>Fri, 30 Oct 2009 22:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=537#comment-28779</guid>
		<description>The only 16 bit Windows program that I still use is DBase. But there are quite a few DOS programs.</description>
		<content:encoded><![CDATA[<p>The only 16 bit Windows program that I still use is DBase. But there are quite a few DOS programs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Frazier</title>
		<link>http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/comment-page-1/#comment-28773</link>
		<dc:creator>Anthony Frazier</dc:creator>
		<pubDate>Fri, 30 Oct 2009 20:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=537#comment-28773</guid>
		<description>The primary, overriding reason is that x86-64 CPUs running in long mode cannot switch into virtual 8086 mode, which is what the NTVDM and current 16-bit support are based on.

MS would have to rewrite the NTVDM and 16-bit support in order to get them to work in 64-bit Windows by virtualizing much of the CPU, and they&#039;d still have massive back-compat issues.

Or they could just point at Virtual PC and friends and call it good enough, which makes a hell of a lot more sense than trying to reimplement that stuff.</description>
		<content:encoded><![CDATA[<p>The primary, overriding reason is that x86-64 CPUs running in long mode cannot switch into virtual 8086 mode, which is what the NTVDM and current 16-bit support are based on.</p>
<p>MS would have to rewrite the NTVDM and 16-bit support in order to get them to work in 64-bit Windows by virtualizing much of the CPU, and they&#8217;d still have massive back-compat issues.</p>
<p>Or they could just point at Virtual PC and friends and call it good enough, which makes a hell of a lot more sense than trying to reimplement that stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://blog.delphi-jedi.net/2009/10/30/why-16bit-applications-cannot-run-on-windows-64bit/comment-page-1/#comment-28768</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=537#comment-28768</guid>
		<description>I think VMWare/VirtualPC box running Windows 98 would give you sufficient Dos/Win3/Win98 app compatibility on Windows 7 or Windows Vista 64bit.

Warren</description>
		<content:encoded><![CDATA[<p>I think VMWare/VirtualPC box running Windows 98 would give you sufficient Dos/Win3/Win98 app compatibility on Windows 7 or Windows Vista 64bit.</p>
<p>Warren</p>
]]></content:encoded>
	</item>
</channel>
</rss>

