<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Version v2.39 error message: "Not a PC program"]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=652</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=652&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Version v2.39 error message: "Not a PC program".]]></description>
		<lastBuildDate>Fri, 29 Sep 2017 14:12:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3028#p3028</link>
			<description><![CDATA[<p>I reloaded SF v2.39.&nbsp; It worked.&nbsp; All troubles went away. Sorry to have caused you trouble.</p>]]></description>
			<author><![CDATA[null@example.com (JKubis)]]></author>
			<pubDate>Fri, 29 Sep 2017 14:12:20 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3028#p3028</guid>
		</item>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3017#p3017</link>
			<description><![CDATA[<p>It sounds like your antivirus software is blocking the compiler.&nbsp; Try disabling it.&nbsp; Which antivirus software are you using?</p><p>There are no known issues with Microsoft Defender.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 24 Sep 2017 15:33:36 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3017#p3017</guid>
		</item>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3016#p3016</link>
			<description><![CDATA[<p>You tried the hello world project with your antivirus turned off?</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Sun, 24 Sep 2017 03:34:51 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3016#p3016</guid>
		</item>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3015#p3015</link>
			<description><![CDATA[<p>I tried the helloworld project.&nbsp; It crashed.<br />&nbsp; &nbsp; &nbsp; Joe</p>]]></description>
			<author><![CDATA[null@example.com (JKubis)]]></author>
			<pubDate>Thu, 21 Sep 2017 19:35:35 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3015#p3015</guid>
		</item>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3014#p3014</link>
			<description><![CDATA[<p>Additional info on error message:&nbsp; &quot;This app can&#039;t run on your PC&quot;.<br />The message is repeated for every file that is checked by the Syntax Checker.</p>]]></description>
			<author><![CDATA[null@example.com (JKubis)]]></author>
			<pubDate>Thu, 21 Sep 2017 18:27:44 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3014#p3014</guid>
		</item>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3013#p3013</link>
			<description><![CDATA[<p>I&#039;ll check both possibilities.&nbsp; I have had problems with antivirus programs, McAfee and Microsoft Defender.<br />And my new piece of code allocates a lot of storage.<br />&nbsp; &nbsp; One of the times I was trying to build, I got a comment that the program was trying to access an address<br />outside the allowed area.<br />&nbsp; &nbsp; Thanks for the tips.<br />&nbsp; &nbsp; &nbsp; &nbsp; Joe</p>]]></description>
			<author><![CDATA[null@example.com (JKubis)]]></author>
			<pubDate>Thu, 21 Sep 2017 18:14:54 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3013#p3013</guid>
		</item>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3012#p3012</link>
			<description><![CDATA[<p>Are you saying that the machine reported that <em>the executable that you created from your Fortran source code</em> is &quot;Not a PC program?&quot;&nbsp; I just want to make sure that message wasn&#039;t complaining that Simply Fortran or the compiler itself wasn&#039;t a PC program.&nbsp; </p><p>While it likely could be interference from a virus scanner, that message can also occur if your program uses very large static arrays.&nbsp; There is a 2GB limit on Windows on statically allocated arrays for 64-bit executables.&nbsp; When this limit is reached, Windows usually reports that the executable isn&#039;t a valid Windows application.&nbsp; Do you have exceptionally large static arrays?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 21 Sep 2017 11:19:52 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3012#p3012</guid>
		</item>
		<item>
			<title><![CDATA[Re: Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3011#p3011</link>
			<description><![CDATA[<p>I have seen this message before and the AV program was causing the problem.&nbsp; Try turning off (completely) your antivirus program (or Windows Defender).</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Thu, 21 Sep 2017 05:08:16 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3011#p3011</guid>
		</item>
		<item>
			<title><![CDATA[Version v2.39 error message: "Not a PC program"]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3010#p3010</link>
			<description><![CDATA[<p>Today, when I opened a program in Simply Fortran v2.39, I got the Windows message &quot;Not a PC program&quot;.&nbsp; I am using a Samsung laptop.<br />&nbsp; &nbsp; &nbsp;Last night I had&nbsp; Windows updates. I had compiled and run the program in v2.39 a few days ago with no errors. Yesterday afternoon, before the Windows update, I added new code and was debugging it. There were ordinary Fortran errors, which I was fixing.<br />&nbsp; &nbsp; &nbsp;This morning when I tried to compile and load, I got the &quot;Not a PC program&quot;. Any ideas on what went<br />wrong?</p><p>Thanks,<br />&nbsp; &nbsp; &nbsp;Joe</p>]]></description>
			<author><![CDATA[null@example.com (JKubis)]]></author>
			<pubDate>Wed, 20 Sep 2017 20:36:05 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3010#p3010</guid>
		</item>
	</channel>
</rss>
