<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — SF2.6 PROJECT menu OPEN RECENT function]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=272&amp;type=atom" />
	<updated>2013-11-27T01:31:54Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=272</id>
		<entry>
			<title type="html"><![CDATA[Re: SF2.6 PROJECT menu OPEN RECENT function]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1086#p1086" />
			<content type="html"><![CDATA[<p>John,</p><p>I just had a look at the code.&nbsp; When the new project loads, it calls a &quot;clear all&quot; function on the index of modules/functions/subroutines/etc.&nbsp; Previously it would also purge all known files from the index as well, which would in turn clear out the lists of provided and required modules.&nbsp; Now, due to some major code changes, it doesn&#039;t necessarily delete references to files when &quot;clear all&quot; is called.&nbsp; This lack of purging of known files meant that the lists of provided and required modules were also never purged.</p><p>I&#039;ve changed it in code, and it will be fixed in Version 2.7.&nbsp; Thanks for the bug report!</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-27T01:31:54Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1086#p1086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF2.6 PROJECT menu OPEN RECENT function]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1085#p1085" />
			<content type="html"><![CDATA[<p>John,</p><p>Do you get the same behavior if you manually load the project via Project-&gt;Open and selecting it rather than using the Recent entry?&nbsp; I&#039;m guessing that you will see the same behavior.</p><p>I suspect the indexing functionality has a bug in it when loading a new project.&nbsp; It probably still thinks the disllin module is part of your project after you load the new project.&nbsp; I&#039;ll look into it now.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-27T01:23:16Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1085#p1085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF2.6 PROJECT menu OPEN RECENT function]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1084#p1084" />
			<content type="html"><![CDATA[<p>Dislin.f90 IS in my library project<br />It IS NOT in my main executable project.<br />--- <br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2013-11-26T22:33:54Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1084#p1084</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF2.6 PROJECT menu OPEN RECENT function]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1082#p1082" />
			<content type="html"><![CDATA[<p>John,</p><p>Is <em>dislin.f90</em> located in your main project (the one that fails above) or the library project?&nbsp; I just want to clear up any ambiguity before I dive in looking for the issue.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-26T17:41:43Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1082#p1082</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SF2.6 PROJECT menu OPEN RECENT function]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1081#p1081" />
			<content type="html"><![CDATA[<p>When I switch from my current main project to a library I have built for it, to edit and rebuild the library, <br />then switch back using&nbsp; &nbsp;Project menu &gt; Open recent, then clean and re-build the main project, I get this:</p><p><span style="color:blue"> <em>Generating Makefile... Okay<br />==============================================================================<br />Open Watcom Make Version 1.9 (Built on Feb&nbsp; 4 2013)<br />Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved.<br />Source code is available under the Sybase Open Watcom Public License.<br />See <a href="http://www.openwatcom.org/">http://www.openwatcom.org/</a> for details.<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build64\mParams.o&quot; -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp&nbsp; -Jmodules64 &quot;..\..\InStruct120\Source\mParams.for&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\fwin\wtouch.exe&quot; -c &quot;modules64\params.mod&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build64\mRestr.o&quot; -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp&nbsp; -Jmodules64 &quot;..\..\InStruct120\Source\mRestr.for&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\fwin\wtouch.exe&quot; -c &quot;modules64\restraints.mod&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build64\mM.o&quot; -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp&nbsp; -Jmodules64 &quot;..\..\InStruct120\Source\mM.for&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\fwin\wtouch.exe&quot; -c &quot;modules64\m.mod&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build64\addlod.o&quot; -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp&nbsp; -Jmodules64 &quot;..\..\InStruct120\Source\addlod.for&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build64\addmem.o&quot; -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp&nbsp; -Jmodules64 &quot;..\..\InStruct120\Source\addmem.for&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build64\addspr.o&quot; -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp&nbsp; -Jmodules64 &quot;..\..\InStruct120\Source\addspr.for&quot;<br />Error(F38): (modules64\dislin.mod) does not exist and cannot be made from existing files<br />Error(E02): Make execution terminated </em></span></p><p><span style="color:blue"><em>* Failed *</em> </span></p><p>This behaviour repeats when I try it again.</p><p>When I exit from SF2.6, then re-start, then select the main project from the start-up prompt, it finds everything and re-builds successfully.&nbsp; <br />--- <br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2013-11-26T13:42:21Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1081#p1081</id>
		</entry>
</feed>
