<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — MSFLIB and MSFWIN]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=308&amp;type=atom" />
	<updated>2014-01-23T23:34:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=308</id>
		<entry>
			<title type="html"><![CDATA[Re: MSFLIB and MSFWIN]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1239#p1239" />
			<content type="html"><![CDATA[<p>I would suggest using <strong>GET_COMMAND_ARGUMENT</strong> as it is part of the Fortran standard.</p><p>Let us know if you have luck getting the software to work without those modules.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-01-23T23:34:47Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1239#p1239</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: MSFLIB and MSFWIN]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1238#p1238" />
			<content type="html"><![CDATA[<p>So the way I proceeded was to comment out those lib calls and continue to compile. Unfortunately I immediately ran into the GETARG command, which is different than the GNU command of the same name.</p><p>Thanks for your help.</p>]]></content>
			<author>
				<name><![CDATA[mike.kenny]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3512</uri>
			</author>
			<updated>2014-01-23T21:43:13Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1238#p1238</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: MSFLIB and MSFWIN]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1237#p1237" />
			<content type="html"><![CDATA[<p>The MSFLIB and MSFWIN modules are proprietary modules harkening back to Microsoft Fortran Powerstation.&nbsp; Because Intel Fortran is a quasi-descendent of the Microsoft compiler (via DEC/HP/Compaq), it still provides support for these modules.</p><p>Simply Fortran doesn&#039;t provide these modules or any compatibility solution.&nbsp; Depending on your code, though, there may not be too much overhauling necessary.&nbsp; These modules provided some file system access and commmand line processing functionality prior to equivalent functions being added to the Fortran standard.&nbsp; If your software is simply using things like <strong>CHANGEDIRQQ</strong> or similar routines, these can be swapped out for Simply Fortran equivalents (<strong>CHDIR</strong> in this example).</p><p>If you code uses any of the MSFLIB/MSFWIN graphics routines, though, there is no drop-in replacement for Simply Fortran.&nbsp; The scale of an overhaul really depends on what your program is doing.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-01-23T17:36:26Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1237#p1237</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[MSFLIB and MSFWIN]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1235#p1235" />
			<content type="html"><![CDATA[<p>Hi, just downloaded and installed a copy of latest SF, I like it so far.</p><p>Could not compile existing code developed under previous version of Intel Fortran because within the source it has the command lines:</p><p>USE MSFLIB<br />USE MSFWIN</p><p>The compiler stops in the makefile stage on the MSFLIB line with the following message:</p><p>Use Msflib<br />&nbsp; &nbsp; 1<br />Fatal Error: Can&#039;t open module file &#039;msflib.mod&#039; for reading at (1): No such file or directory<br />Error(E42): Last command making (build\ProcessCommandLine.o) returned a bad status<br />Error(E02): Make execution terminated</p><p>* Failed *</p><p>Can anyone tell me if this can be resolved without overhauling the code?</p><p>Thanks!</p>]]></content>
			<author>
				<name><![CDATA[mike.kenny]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3512</uri>
			</author>
			<updated>2014-01-23T17:16:35Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1235#p1235</id>
		</entry>
</feed>
