<?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: Video of Fortran Dungeon&#8230;	</title>
	<atom:link href="https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Sat, 27 Sep 2025 13:36:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256761</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 29 Jul 2020 22:31:20 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1674#comment-256761</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256727&quot;&gt;DOS&lt;/a&gt;.

I guess I didn&#039;t feel advernterious enough, but at the same time figured that my stupid &#039;list&#039; program would run f2c with all the flags and paths fine...

Maybe I should revisit it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256727">DOS</a>.</p>
<p>I guess I didn&#8217;t feel advernterious enough, but at the same time figured that my stupid &#8216;list&#8217; program would run f2c with all the flags and paths fine&#8230;</p>
<p>Maybe I should revisit it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DOS		</title>
		<link>https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256727</link>

		<dc:creator><![CDATA[DOS]]></dc:creator>
		<pubDate>Sun, 26 Jul 2020 10:12:27 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1674#comment-256727</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256709&quot;&gt;neozeed&lt;/a&gt;.

I looked further and Borland&#039;s WinRun also required 386 Enhanced mode.

I find it interesting that QuickC for Windows didn&#039;t come with a make tool, but its IDE project file format is a makefile!  I wonder to what extent you can manually edit that .MAK file and the IDE will still be able to understand it and do what you ask it to?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256709">neozeed</a>.</p>
<p>I looked further and Borland&#8217;s WinRun also required 386 Enhanced mode.</p>
<p>I find it interesting that QuickC for Windows didn&#8217;t come with a make tool, but its IDE project file format is a makefile!  I wonder to what extent you can manually edit that .MAK file and the IDE will still be able to understand it and do what you ask it to?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256709</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 24 Jul 2020 16:47:38 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1674#comment-256709</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256706&quot;&gt;DOS&lt;/a&gt;.

I was trying to keep it 286 and simple...  

If I were more ambitious I’d have either messed with make files or ported a make...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256706">DOS</a>.</p>
<p>I was trying to keep it 286 and simple&#8230;  </p>
<p>If I were more ambitious I’d have either messed with make files or ported a make&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DOS		</title>
		<link>https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-256706</link>

		<dc:creator><![CDATA[DOS]]></dc:creator>
		<pubDate>Fri, 24 Jul 2020 11:28:35 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1674#comment-256706</guid>

					<description><![CDATA[Instead of having to write that &quot;list&quot; program, if you upgrade to Visual C++ (e.g. version 1.5) or downgrade to Microsoft C/C++ 7 (but no earlier) and don&#039;t mind having to use 386 Enhanced mode to build, you can use the wx tool to run Windows programs from a DOS prompt within Windows.  Or maybe you can just install wx/wxserver from https://www.pcorner.com/list/MISC/HF0556.ZIP/INFO/, perhaps that doesn&#039;t depend on anything from the FORTRAN toolset it says it&#039;s for?

Borland C++ 4.5 came with something similar called WinRun.]]></description>
			<content:encoded><![CDATA[<p>Instead of having to write that &#8220;list&#8221; program, if you upgrade to Visual C++ (e.g. version 1.5) or downgrade to Microsoft C/C++ 7 (but no earlier) and don&#8217;t mind having to use 386 Enhanced mode to build, you can use the wx tool to run Windows programs from a DOS prompt within Windows.  Or maybe you can just install wx/wxserver from <a href="https://www.pcorner.com/list/MISC/HF0556.ZIP/INFO/" rel="nofollow ugc">https://www.pcorner.com/list/MISC/HF0556.ZIP/INFO/</a>, perhaps that doesn&#8217;t depend on anything from the FORTRAN toolset it says it&#8217;s for?</p>
<p>Borland C++ 4.5 came with something similar called WinRun.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabucino		</title>
		<link>https://virtuallyfun.com/2012/01/06/video-of-fortran-dungeon/comment-page-1/#comment-5914</link>

		<dc:creator><![CDATA[Gabucino]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 07:44:21 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1674#comment-5914</guid>

					<description><![CDATA[That was fun.]]></description>
			<content:encoded><![CDATA[<p>That was fun.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
