<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Self-correcting strange error]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=24&amp;type=atom" />
	<updated>2011-04-17T22:16:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=24</id>
		<entry>
			<title type="html"><![CDATA[Re: Self-correcting strange error]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=55#p55" />
			<content type="html"><![CDATA[<p>John,</p><p>The most likely culprit is either the build or module directories as specified in the Project Options.&nbsp; After opening the Project Options dialog, make sure the build and module text boxes do not contain any backslashes.&nbsp; The default text entries, &quot;build&quot; and &quot;modules&quot; respectively, should be fine.&nbsp; Edit the text manually and click &quot;Ok.&quot;&nbsp; Next, save the project again.&nbsp; The project should no longer exhibit this behavior.</p><p>The latest version (1.14) should not create project files that generate this loading error.&nbsp; If you continue to have this problem, you can forward the project file to support@approximatrix.com for a quick analysis.&nbsp; Resaving the project under 1.14 should also eliminate the issue.</p><p>Jeff Armstrong<br />Approximatrix, LLC</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2011-04-17T22:16:18Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=55#p55</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Self-correcting strange error]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=54#p54" />
			<content type="html"><![CDATA[<p>With one of my projects, I always receive this error message when opening it,</p><p>&nbsp; &nbsp;Project loading error.<br />&nbsp; &nbsp;The project file failed to load but the error may<br />&nbsp; &nbsp;be recoverable.&nbsp; &nbsp; &nbsp;Proceed with entry?</p><p>I always click &lt;Retry&gt; and it seems always then to work.<br />When, however, I click, &lt;Cancel&gt;, I receive this further message,</p><p>&nbsp; &nbsp;Project loading error.<br />&nbsp; &nbsp;An error occurred loading the project.&nbsp; he code was 4.<br />&nbsp; &nbsp;Please contact Support@approximatrix.com for assistance.</p><p>A copy of the makefile is pasted after this message,</p><p>--- <br />John</p><p>THE MAKEFILE<br />#<br /># Automagically generated by Approximatrix Simply Fortran<br />#<br />FC=&quot;F:\SF\mingw\bin\gfortran.exe&quot;<br />CC=&quot;F:\SF\mingw\bin\gcc.exe&quot;<br />AR=&quot;F:\SF\mingw\bin\ar.exe&quot;<br />TOUCH=&quot;F:\SF\fwin\wtouch.exe&quot;<br />RM=del</p><p>IDIR=-IF:/SF/mingw/include/ -IG:/IOLIB/../INCLUDE </p><p>LDIR=-LF:/SF/mingw/lib/ -LG:/IOLIB/./modules </p><br /><p>SPECIALFLAGS=-g $(IDIR)</p><p>PRJ_FFLAGS=<br />PRJ_CFLAGS=<br />PRJ_LFLAGS=</p><p>FFLAGS=$(SPECIALFLAGS) -fdollar-ok&nbsp; $(PRJ_FFLAGS) -Jmodules </p><p>CFLAGS=-g&nbsp; $(IDIR) $(PRJ_CFLAGS)</p><p>build\PadStr.o: .\Source\PadStr.for<br />&nbsp; &nbsp; $(FC) -c -o build\PadStr.o $(FFLAGS) .\Source\PadStr.for</p><p>build\page.o: .\Source\page.for<br />&nbsp; &nbsp; $(FC) -c -o build\page.o $(FFLAGS) .\Source\page.for</p><p>build\Prompt.o: .\Source\Prompt.for<br />&nbsp; &nbsp; $(FC) -c -o build\Prompt.o $(FFLAGS) .\Source\Prompt.for</p><p>build\R2Char.o: .\Source\R2Char.for<br />&nbsp; &nbsp; $(FC) -c -o build\R2Char.o $(FFLAGS) .\Source\R2Char.for</p><p>build\RInput.o: .\Source\RInput.for<br />&nbsp; &nbsp; $(FC) -c -o build\RInput.o $(FFLAGS) .\Source\RInput.for</p><p>build\Send.o: .\Source\Send.for<br />&nbsp; &nbsp; $(FC) -c -o build\Send.o $(FFLAGS) .\Source\Send.for</p><p>build\SkipChr.o: .\Source\SkipChr.for<br />&nbsp; &nbsp; $(FC) -c -o build\SkipChr.o $(FFLAGS) .\Source\SkipChr.for</p><p>build\UndLin.o: .\Source\UndLin.for<br />&nbsp; &nbsp; $(FC) -c -o build\UndLin.o $(FFLAGS) .\Source\UndLin.for</p><p>build\VerLib.o: .\Source\VerLib.for<br />&nbsp; &nbsp; $(FC) -c -o build\VerLib.o $(FFLAGS) .\Source\VerLib.for</p><p>build\write.o: .\Source\write.for<br />&nbsp; &nbsp; $(FC) -c -o build\write.o $(FFLAGS) .\Source\write.for</p><p>build\OpenO.o: .\Source\OpenO.for<br />&nbsp; &nbsp; $(FC) -c -o build\OpenO.o $(FFLAGS) .\Source\OpenO.for</p><p>build\OpenI.o: .\Source\OpenI.for<br />&nbsp; &nbsp; $(FC) -c -o build\OpenI.o $(FFLAGS) .\Source\OpenI.for</p><p>build\Opener.o: .\Source\Opener.for<br />&nbsp; &nbsp; $(FC) -c -o build\Opener.o $(FFLAGS) .\Source\Opener.for</p><p>build\OpenE.o: .\Source\OpenE.for<br />&nbsp; &nbsp; $(FC) -c -o build\OpenE.o $(FFLAGS) .\Source\OpenE.for</p><p>build\LF.o: .\Source\LF.for<br />&nbsp; &nbsp; $(FC) -c -o build\LF.o $(FFLAGS) .\Source\LF.for</p><p>build\LTrim.o: .\Source\LTrim.for<br />&nbsp; &nbsp; $(FC) -c -o build\LTrim.o $(FFLAGS) .\Source\LTrim.for</p><p>build\Indent.o: .\Source\Indent.for<br />&nbsp; &nbsp; $(FC) -c -o build\Indent.o $(FFLAGS) .\Source\Indent.for</p><p>build\LenStr.o: .\Source\LenStr.for<br />&nbsp; &nbsp; $(FC) -c -o build\LenStr.o $(FFLAGS) .\Source\LenStr.for</p><p>build\IInput.o: .\Source\IInput.for<br />&nbsp; &nbsp; $(FC) -c -o build\IInput.o $(FFLAGS) .\Source\IInput.for</p><p>build\I2Char.o: .\Source\I2Char.for<br />&nbsp; &nbsp; $(FC) -c -o build\I2Char.o $(FFLAGS) .\Source\I2Char.for</p><p>build\FindChr.o: .\Source\FindChr.for<br />&nbsp; &nbsp; $(FC) -c -o build\FindChr.o $(FFLAGS) .\Source\FindChr.for</p><p>build\ff.o: .\Source\ff.for<br />&nbsp; &nbsp; $(FC) -c -o build\ff.o $(FFLAGS) .\Source\ff.for</p><p>build\Error.o: .\Source\Error.for<br />&nbsp; &nbsp; $(FC) -c -o build\Error.o $(FFLAGS) .\Source\Error.for</p><p>build\Disp.o: .\Source\Disp.for<br />&nbsp; &nbsp; $(FC) -c -o build\Disp.o $(FFLAGS) .\Source\Disp.for</p><p>build\config.o: .\Source\config.for<br />&nbsp; &nbsp; $(FC) -c -o build\config.o $(FFLAGS) .\Source\config.for</p><p>build\Commas.o: .\Source\Commas.for<br />&nbsp; &nbsp; $(FC) -c -o build\Commas.o $(FFLAGS) .\Source\Commas.for</p><p>build\biofix.o: .\Source\biofix.for<br />&nbsp; &nbsp; $(FC) -c -o build\biofix.o $(FFLAGS) .\Source\biofix.for</p><p>build\Banner.o: .\Source\Banner.for<br />&nbsp; &nbsp; $(FC) -c -o build\Banner.o $(FFLAGS) .\Source\Banner.for</p><p>build\AInput.o: .\Source\AInput.for<br />&nbsp; &nbsp; $(FC) -c -o build\AInput.o $(FFLAGS) .\Source\AInput.for</p><p>build\FIF.o: .\Source\FIF.for<br />&nbsp; &nbsp; $(FC) -c -o build\FIF.o $(FFLAGS) .\Source\FIF.for</p><p>build\LStri.o: .\Source\LStri.for<br />&nbsp; &nbsp; $(FC) -c -o build\LStri.o $(FFLAGS) .\Source\LStri.for</p><p>build\RStri.o: .\Source\RStri.for<br />&nbsp; &nbsp; $(FC) -c -o build\RStri.o $(FFLAGS) .\Source\RStri.for</p><p>clean: .SYMBOLIC<br />&nbsp; &nbsp; $(RM) build\*.o<br />&nbsp; &nbsp; $(RM) modules\*.mod<br />&nbsp; &nbsp; $(RM) ..\Libs\ioLib.a</p><p>..\Libs\ioLib.a:&nbsp; build\PadStr.o build\page.o build\Prompt.o build\R2Char.o build\RInput.o build\Send.o build\SkipChr.o build\UndLin.o build\VerLib.o build\write.o build\OpenO.o build\OpenI.o build\Opener.o build\OpenE.o build\LF.o build\LTrim.o build\Indent.o build\LenStr.o build\IInput.o build\I2Char.o build\FindChr.o build\ff.o build\Error.o build\Disp.o build\config.o build\Commas.o build\biofix.o build\Banner.o build\AInput.o build\FIF.o build\LStri.o build\RStri.o<br />&nbsp; &nbsp; $(AR) rcs ..\Libs\ioLib.a build\PadStr.o build\page.o build\Prompt.o build\R2Char.o build\RInput.o build\Send.o build\SkipChr.o build\UndLin.o build\VerLib.o build\write.o build\OpenO.o build\OpenI.o build\Opener.o build\OpenE.o build\LF.o build\LTrim.o build\Indent.o build\LenStr.o build\IInput.o build\I2Char.o build\FindChr.o build\ff.o build\Error.o build\Disp.o build\config.o build\Commas.o build\biofix.o build\Banner.o build\AInput.o build\FIF.o build\LStri.o build\RStri.o $(PRJ_LFLAGS)</p><p>all: ..\Libs\ioLib.a .SYMBOLIC</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2011-04-17T19:03:16Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=54#p54</id>
		</entry>
</feed>
