<?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: Microsoft Fortran PowerStation for NT 1.00	</title>
	<atom:link href="https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 29 Jul 2024 11:46:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-258854</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 03:26:33 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-258854</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-258845&quot;&gt;Yury&lt;/a&gt;.

Try &lt;a href=&quot;https://vpsland.superglobalmegacorp.com/install/WindowsNT3.1/Microsoft%20FORTRAN%20PowerStation32%201.0%20for%20Windows%20NT%20(1993-10)%20%5bEnglish%5d%20(3.5&#039;&#039;-1.44MB).7z&quot; rel=&quot;nofollow ugc&quot;&gt;this&lt;/a&gt;.

You’ll get a 404, follow the instructions ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-258845">Yury</a>.</p>
<p>Try <a href="https://vpsland.superglobalmegacorp.com/install/WindowsNT3.1/Microsoft%20FORTRAN%20PowerStation32%201.0%20for%20Windows%20NT%20(1993-10)%20%5bEnglish%5d%20(3.5&#039;&#039;-1.44MB).7z" rel="nofollow ugc">this</a>.</p>
<p>You’ll get a 404, follow the instructions </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yury		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-258845</link>

		<dc:creator><![CDATA[Yury]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 00:08:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-258845</guid>

					<description><![CDATA[How yo download this version? for WinNT.?]]></description>
			<content:encoded><![CDATA[<p>How yo download this version? for WinNT.?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ary		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-213222</link>

		<dc:creator><![CDATA[Ary]]></dc:creator>
		<pubDate>Tue, 14 May 2019 04:04:57 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-213222</guid>

					<description><![CDATA[I am running Fortran 1.0 in win3. 1.1 using dosbox in my smartphone. 
Maybe I will ran powerstation 4 or Compaq 6 in winehq for Android.

Question : Fortran powerstation 1 support Fortran 90?]]></description>
			<content:encoded><![CDATA[<p>I am running Fortran 1.0 in win3. 1.1 using dosbox in my smartphone.<br />
Maybe I will ran powerstation 4 or Compaq 6 in winehq for Android.</p>
<p>Question : Fortran powerstation 1 support Fortran 90?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malcolm		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200623</link>

		<dc:creator><![CDATA[Malcolm]]></dc:creator>
		<pubDate>Wed, 08 Aug 2018 19:28:12 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-200623</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200621&quot;&gt;neozeed&lt;/a&gt;.

Good luck with the Word 1.1 source.  I downloaded it when it was released, but it really is one of those &quot;wow&quot; things.

On the plus side, it followed Microsoft tradition by including all of the tools used to build it, so the source happens to contain a complete Windows 2.x build environment.  On the bad side, it compiled using a C-to-PCode compiler (not Microsoft C), which is how it could do paging in real mode and fit in 640Kb.  So the build environment includes useful things like MASM, LINK5, NMAKE 1.0 (haha), the Windows 2.x RC, but not an actual C compiler, only the PCode one; and only the PCode port of windows.h and corresponding CRT libraries, etc.

Building it will require some historic environment too.  It&#039;s designed to be built from DOS or OS/2, but trying to do it on NT is problematic because NT tries to run all the OS/2 binaries and fails.

I hadn&#039;t bothered trying to do anything with it because the license really prevents any type of redistribution.  Obviously moving to 32 bit would be a big undertaking - first, move the code to real C, then move it to 32 bit C, replacing the entire toolchain.

The other thing is that although I know Win32 reasonably well and am proficient with the tools (eg. WinDbg), the tools in 16 bit land were never as good.  As you probably know, since it&#039;s cooperatively multitasked and single threaded, it&#039;s not really possible to pause a program&#039;s execution in order to debug it.  Visual C++ 1 did some impressive but horrifying things to pretend it halted a program without halting it, but that was late in the day for 16 bit (around 1993.)  Going earlier that that requires CodeView/W or WDEB386 to debug the Windows kernel on a second monitor which incidentally allowed you to debug your program.  (Ever wonder why quality 16 bit apps were hard to come by? Yeah.)  For something like Word 1.x this is particularly bad, because using its own compiler etc, how much compatible symbolic debugging information will it emit?  I&#039;m sure people working on it had a setup to allow it to be debugged, but it may not be documented or easy to recreate.  It sure won&#039;t be as easy as stepping through code in Visual C++.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200621">neozeed</a>.</p>
<p>Good luck with the Word 1.1 source.  I downloaded it when it was released, but it really is one of those &#8220;wow&#8221; things.</p>
<p>On the plus side, it followed Microsoft tradition by including all of the tools used to build it, so the source happens to contain a complete Windows 2.x build environment.  On the bad side, it compiled using a C-to-PCode compiler (not Microsoft C), which is how it could do paging in real mode and fit in 640Kb.  So the build environment includes useful things like MASM, LINK5, NMAKE 1.0 (haha), the Windows 2.x RC, but not an actual C compiler, only the PCode one; and only the PCode port of windows.h and corresponding CRT libraries, etc.</p>
<p>Building it will require some historic environment too.  It&#8217;s designed to be built from DOS or OS/2, but trying to do it on NT is problematic because NT tries to run all the OS/2 binaries and fails.</p>
<p>I hadn&#8217;t bothered trying to do anything with it because the license really prevents any type of redistribution.  Obviously moving to 32 bit would be a big undertaking &#8211; first, move the code to real C, then move it to 32 bit C, replacing the entire toolchain.</p>
<p>The other thing is that although I know Win32 reasonably well and am proficient with the tools (eg. WinDbg), the tools in 16 bit land were never as good.  As you probably know, since it&#8217;s cooperatively multitasked and single threaded, it&#8217;s not really possible to pause a program&#8217;s execution in order to debug it.  Visual C++ 1 did some impressive but horrifying things to pretend it halted a program without halting it, but that was late in the day for 16 bit (around 1993.)  Going earlier that that requires CodeView/W or WDEB386 to debug the Windows kernel on a second monitor which incidentally allowed you to debug your program.  (Ever wonder why quality 16 bit apps were hard to come by? Yeah.)  For something like Word 1.x this is particularly bad, because using its own compiler etc, how much compatible symbolic debugging information will it emit?  I&#8217;m sure people working on it had a setup to allow it to be debugged, but it may not be documented or easy to recreate.  It sure won&#8217;t be as easy as stepping through code in Visual C++.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200621</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 08 Aug 2018 17:57:43 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-200621</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200620&quot;&gt;Malcolm&lt;/a&gt;.

I should have spent time learning how to actually program on Windows.  I&#039;ve been meaning to either learn, or find somewhere to hire someone to do it, but I don&#039;t think there is that many people out there...  I&#039;ve been rebuilding all the old Quake1/QuakeWolrd/ and starting on Quake2 to use the release Windows NT 3.1 SDK (cl386 v8.0.3190a) to get them to run.  I was lucky to find someone cut down the GDI stuff to something that&#039;ll run on NT 3.5 &amp; Windows 95, but going from the magic that is CreateDIBSection into whatever the old GDI function would be is going to take some time.

Oh the newer updates WineVDM was able to load Word 2.0 for me, and I could spell check some documents, and I could compile with QuickC for Windows, but yeah the MAME 386 isn&#039;t very fast..

Speaking of Word 1.1, they did release the source, one day I need to try to build it.  Something more crazy would be something like a Win32s port of MS Word 1.1 ....  Or that Watcom Win386 Windows Extender.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200620">Malcolm</a>.</p>
<p>I should have spent time learning how to actually program on Windows.  I&#8217;ve been meaning to either learn, or find somewhere to hire someone to do it, but I don&#8217;t think there is that many people out there&#8230;  I&#8217;ve been rebuilding all the old Quake1/QuakeWolrd/ and starting on Quake2 to use the release Windows NT 3.1 SDK (cl386 v8.0.3190a) to get them to run.  I was lucky to find someone cut down the GDI stuff to something that&#8217;ll run on NT 3.5 &#038; Windows 95, but going from the magic that is CreateDIBSection into whatever the old GDI function would be is going to take some time.</p>
<p>Oh the newer updates WineVDM was able to load Word 2.0 for me, and I could spell check some documents, and I could compile with QuickC for Windows, but yeah the MAME 386 isn&#8217;t very fast..</p>
<p>Speaking of Word 1.1, they did release the source, one day I need to try to build it.  Something more crazy would be something like a Win32s port of MS Word 1.1 &#8230;.  Or that Watcom Win386 Windows Extender.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malcolm		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200620</link>

		<dc:creator><![CDATA[Malcolm]]></dc:creator>
		<pubDate>Wed, 08 Aug 2018 17:29:10 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-200620</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200612&quot;&gt;neozeed&lt;/a&gt;.

I haven&#039;t tried MSVC2 on 10; I&#039;m using it on 8.1 without issue.  It has a few quirks, like a 16 bit stub installer and getting the system architecture wrong then trying to use the wrong architecture of its Winhelp helper DLL, but after fighting with it for a while it always acquiesces.  And after patching the subsystem version (http://www.malsmith.net/blog/pe-subsystem-version/) it looks decent too.

I was using Word 1.1a on NT 3.1 IIRC.  Since these were designed for real mode 2.x they&#039;re a bit quirky.  Win9x refuses to even try to load them.  NT 3.1 RTM worked okay, but later service packs complained about &quot;Out of memory.&quot;  Since neither WfW 1.x nor NT 3.1 were high volume,  and WfW 1.x wasn&#039;t the current release, I don&#039;t think too many people cared.  But it was the version I had, so...

What I&#039;m really doing with NT 3.1 is still supporting it in my software.  It always seems to be that I can have something &quot;just work&quot; on version N but if I do some tiny little change it works on N-1, and so after a pile of tiny little changes it ends up running the first release.  Once that&#039;s done there&#039;s no reason to make it not work on something that it previously worked on.  One of the reasons for starting Yori (https://github.com/malxau/yori) was realizing I can&#039;t live without tab completion, and that works in Yori on NT 3.x.  I&#039;ve mentioned this to you before, but Visual C++ 6 (and 2002) will target 3.1 (http://www.malsmith.net/blog/vc6-nt31-support/), so writing software for it doesn&#039;t need to be too painful.

I did try WineVDM after your earlier posts.  I was using a debug build and was shocked how slow it was.  Like you I saw Excel 3 work okay, but not much else - things like Publisher 1 and Word 2 weren&#039;t happy.  I&#039;m sure I could spend some time with a debugger and make these things work, because obviously the vast bulk of what&#039;s needed is there so it&#039;ll just be implementing or stubbing a function call here or there, but I haven&#039;t felt motivated enough to dig deeper just yet.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200612">neozeed</a>.</p>
<p>I haven&#8217;t tried MSVC2 on 10; I&#8217;m using it on 8.1 without issue.  It has a few quirks, like a 16 bit stub installer and getting the system architecture wrong then trying to use the wrong architecture of its Winhelp helper DLL, but after fighting with it for a while it always acquiesces.  And after patching the subsystem version (<a href="http://www.malsmith.net/blog/pe-subsystem-version/" rel="nofollow ugc">http://www.malsmith.net/blog/pe-subsystem-version/</a>) it looks decent too.</p>
<p>I was using Word 1.1a on NT 3.1 IIRC.  Since these were designed for real mode 2.x they&#8217;re a bit quirky.  Win9x refuses to even try to load them.  NT 3.1 RTM worked okay, but later service packs complained about &#8220;Out of memory.&#8221;  Since neither WfW 1.x nor NT 3.1 were high volume,  and WfW 1.x wasn&#8217;t the current release, I don&#8217;t think too many people cared.  But it was the version I had, so&#8230;</p>
<p>What I&#8217;m really doing with NT 3.1 is still supporting it in my software.  It always seems to be that I can have something &#8220;just work&#8221; on version N but if I do some tiny little change it works on N-1, and so after a pile of tiny little changes it ends up running the first release.  Once that&#8217;s done there&#8217;s no reason to make it not work on something that it previously worked on.  One of the reasons for starting Yori (<a href="https://github.com/malxau/yori" rel="nofollow ugc">https://github.com/malxau/yori</a>) was realizing I can&#8217;t live without tab completion, and that works in Yori on NT 3.x.  I&#8217;ve mentioned this to you before, but Visual C++ 6 (and 2002) will target 3.1 (<a href="http://www.malsmith.net/blog/vc6-nt31-support/" rel="nofollow ugc">http://www.malsmith.net/blog/vc6-nt31-support/</a>), so writing software for it doesn&#8217;t need to be too painful.</p>
<p>I did try WineVDM after your earlier posts.  I was using a debug build and was shocked how slow it was.  Like you I saw Excel 3 work okay, but not much else &#8211; things like Publisher 1 and Word 2 weren&#8217;t happy.  I&#8217;m sure I could spend some time with a debugger and make these things work, because obviously the vast bulk of what&#8217;s needed is there so it&#8217;ll just be implementing or stubbing a function call here or there, but I haven&#8217;t felt motivated enough to dig deeper just yet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200612</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 08 Aug 2018 07:40:29 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-200612</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200611&quot;&gt;Malcolm&lt;/a&gt;.

That makes perfect sense.  I&#039;ve run into some other issue with larger executables not linking correctly and I just dumped the 1.x linker for the Visual C++ 2.0 linker which seems okay as well, although the MSVC ui for 2.0 doesn&#039;t install/load on Windows 10, while Visual C++ 1.10 for NT loads just fine....

I thought i was the last person in the world running Windows NT 3.1, although I just have &lt;a href=&quot;https://winnt31.superglobalmegacorp.com/&quot; rel=&quot;nofollow&quot;&gt;this rather un-inspiring web site&lt;/a&gt;.  What version of Word do you use on NT 3.1?

If it&#039;s 16bit, have you tried WineVDM?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200611">Malcolm</a>.</p>
<p>That makes perfect sense.  I&#8217;ve run into some other issue with larger executables not linking correctly and I just dumped the 1.x linker for the Visual C++ 2.0 linker which seems okay as well, although the MSVC ui for 2.0 doesn&#8217;t install/load on Windows 10, while Visual C++ 1.10 for NT loads just fine&#8230;.</p>
<p>I thought i was the last person in the world running Windows NT 3.1, although I just have <a href="https://winnt31.superglobalmegacorp.com/" rel="nofollow">this rather un-inspiring web site</a>.  What version of Word do you use on NT 3.1?</p>
<p>If it&#8217;s 16bit, have you tried WineVDM?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malcolm		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200611</link>

		<dc:creator><![CDATA[Malcolm]]></dc:creator>
		<pubDate>Wed, 08 Aug 2018 07:23:59 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-200611</guid>

					<description><![CDATA[Seeing as you just downloaded the Microsoft FTP site, I think you want Softlib\MSLFILES\LNK100.EXE .  AFAICT the original linker was using memory mapped IO to write and tried to truncate with it still active, which newer OSes don&#039;t like, resulting in files that are multiples of 2Mb.  The fix is simple enough, but it&#039;s in the linker.  Also, it shouldn&#039;t have the 2Mb behavior if run on NT 3.1.  I don&#039;t know if the service packs for 3.1 broke this; I don&#039;t use the service packs on 3.1 because they did break other things that I care about (aka Word.)]]></description>
			<content:encoded><![CDATA[<p>Seeing as you just downloaded the Microsoft FTP site, I think you want Softlib\MSLFILES\LNK100.EXE .  AFAICT the original linker was using memory mapped IO to write and tried to truncate with it still active, which newer OSes don&#8217;t like, resulting in files that are multiples of 2Mb.  The fix is simple enough, but it&#8217;s in the linker.  Also, it shouldn&#8217;t have the 2Mb behavior if run on NT 3.1.  I don&#8217;t know if the service packs for 3.1 broke this; I don&#8217;t use the service packs on 3.1 because they did break other things that I care about (aka Word.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob		</title>
		<link>https://virtuallyfun.com/2018/08/04/powerstation-for-nt-1-00/comment-page-1/#comment-200527</link>

		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Sat, 04 Aug 2018 15:04:45 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8656#comment-200527</guid>

					<description><![CDATA[I&#039;m part of the 0.0001%. This is cool. I&#039;ve compiled the original Fortran source code from Berkeley for SPICE* on VAX/VMS and the UNIX version on Linux. No f2c for me. :-) 

*SPICE is Simulation Program with Integrated Circuit Emphasis - it&#039;s an electronic circuit simulation program.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m part of the 0.0001%. This is cool. I&#8217;ve compiled the original Fortran source code from Berkeley for SPICE* on VAX/VMS and the UNIX version on Linux. No f2c for me. 🙂 </p>
<p>*SPICE is Simulation Program with Integrated Circuit Emphasis &#8211; it&#8217;s an electronic circuit simulation program.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
