<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — File menu - recent projects]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=22</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=22&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in File menu - recent projects.]]></description>
		<lastBuildDate>Tue, 07 Jun 2011 02:56:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=92#p92</link>
			<description><![CDATA[<p>Thanks Jeff, I see now where I went wrong. Seems to be working very well.</p>]]></description>
			<author><![CDATA[null@example.com (Ryan)]]></author>
			<pubDate>Tue, 07 Jun 2011 02:56:27 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=92#p92</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=90#p90</link>
			<description><![CDATA[<p>Ryan,</p><p>I&#039;ve emailed the sample project to you.&nbsp; Hopefully you&#039;ll be able to get a good start.</p><p>On another note, I&#039;ll start looking into posting the sample project, along with possibly other examples, somewhere public for users.&nbsp; I think such a site could be quite useful to everyone using Simply Fortran.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 06 Jun 2011 12:03:06 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=90#p90</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=89#p89</link>
			<description><![CDATA[<div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>John,</p><p>The <em>dislin.f90</em> file included in the dislin distribution simply provides the interfaces necessary for using the library, which is already built as <em>disgf.a</em>.&nbsp; The module file provided, <em>dislin.mod</em> and <em>dislin_d.mod</em>, are precompiled module files that are apparently not compatible with the version of GNU Fortran shipped with Simply Fortran.&nbsp; </p><p>The simplest way to use dislin in a project would be to include <em>disgf.a</em> as a library, either directly via adding it to the project tree or, more correctly, renaming it to <em>libdisgf.a</em>, placing it in a known library search directory, and adding the flag <em>-ldisgf.a</em> to the linker flags in the Project Options dialog.&nbsp; You&#039;ll also need a compatible dislin module to build your project.&nbsp; The simplest way would be to include the file <em>dislin.f90</em> within your project.&nbsp; Simply Fortran will then correctly build a dislin module when a project build is requested.</p><p>Hopefully the above makes sense.&nbsp; I realize it seems long-winded, and I&#039;ll be happy to provide an example project to anyone who might need one.</p></blockquote></div><p>I would really benefit from a sample project, I just can&#039;t seem to get dislin to work for me.</p>]]></description>
			<author><![CDATA[null@example.com (Ryan)]]></author>
			<pubDate>Mon, 06 Jun 2011 04:48:55 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=89#p89</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=88#p88</link>
			<description><![CDATA[<p>John,</p><p>The <em>dislin.f90</em> file included in the dislin distribution simply provides the interfaces necessary for using the library, which is already built as <em>disgf.a</em>.&nbsp; The module file provided, <em>dislin.mod</em> and <em>dislin_d.mod</em>, are precompiled module files that are apparently not compatible with the version of GNU Fortran shipped with Simply Fortran.&nbsp; </p><p>The simplest way to use dislin in a project would be to include <em>disgf.a</em> as a library, either directly via adding it to the project tree or, more correctly, renaming it to <em>libdisgf.a</em>, placing it in a known library search directory, and adding the flag <em>-ldisgf.a</em> to the linker flags in the Project Options dialog.&nbsp; You&#039;ll also need a compatible dislin module to build your project.&nbsp; The simplest way would be to include the file <em>dislin.f90</em> within your project.&nbsp; Simply Fortran will then correctly build a dislin module when a project build is requested.</p><p>Hopefully the above makes sense.&nbsp; I realize it seems long-winded, and I&#039;ll be happy to provide an example project to anyone who might need one.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sat, 04 Jun 2011 01:58:30 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=88#p88</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=79#p79</link>
			<description><![CDATA[<div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>The [DISLIN] archive contains a pre-compiled module file; however, the module file may require recompilation due to incompatibilities between various GNU Fortran versions.</p></blockquote></div><p>Jeff, there&#039;s a new version of DISLIN, just released.&nbsp; I created a new &#039;Simply Fortran&#039; project, added the two files, &#039;dislin.f90&#039; and &#039;dislin.mod&#039;, selected project options, (i) Target option = static library and (ii) target name = &#039;disgf.a&#039; then compiled and linked using &#039;Simply Fortran.&#039;&nbsp; It worked perfectly.&nbsp; Was this the correct way of compiling a version of DISLIN with full compatibility with the Gnu Fortran used by &#039;Simply Fortran?&#039;<br />--- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Sat, 04 Jun 2011 01:08:00 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=79#p79</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=78#p78</link>
			<description><![CDATA[<p>Chris,</p><p>The executable name is changed via the Target Name field within the Project Options dialog, which you described.&nbsp; The name of the project, however, is not updated in the Project tree.&nbsp; Changing the project tree to display a more specific name makes sense, and the enhancement will be added.&nbsp; </p><p>John,</p><p>To use DISLIN, you&#039;ll need to download the Windows 32-bit &quot;GNU Fortran (Mingw)&quot; archive.&nbsp; You should not have to necessarily compile anything from source.&nbsp; The archive contains a pre-compiled module file; however, the module file may require recompilation due to incompatibilities between various GNU Fortran versions.&nbsp; </p><p>If anyone is interested in working with DISLIN, feel free to request a copy of the sample project.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 03 Jun 2011 02:08:13 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=78#p78</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=77#p77</link>
			<description><![CDATA[<p>Chris, yes, change the project name as you describe.<br />Jeff, I agree with Chris, the current project name ought to appear somewhere on the IDE screen.</p><p>Chris, I&#039;ve used Compaq Visual Fortran and Micro$oft Powerstation Fortran.&nbsp; Jeff&#039;s &#039;Simply Fortran&#039; is better than both of them.<br />It is just so efficient to use.<br />Also, Fortran-90 is a big improvement on F77, and I have been finding that Gnu F90, which &#039;Simply Fortran&#039; uses, is very solid.</p><p>I am also delighted with the source level debugger that &#039;Simply Fortran&#039; has adopted.&nbsp; </p><p>It all does what it says on the tin.</p><p>The only shortcoming with &#039;Simply Fortran&#039; and Gnu F90 is the lack of any support for a GUI.<br />This, though, is easily solved using DISLIN.</p><p>See Clive Page at <br /><a href="http://www.star.le.ac.uk/~cgp/dislinGUI.html">http://www.star.le.ac.uk/~cgp/dislinGUI.html</a></p><p>Jeff - can you please remind me, and tell Chris, which version of DISLIN should be downloaded for compatibility with &#039;Simply Fortran.&#039;<br />CHris, you need to download the correct DISLIN package, ** and then ** you need Simply Fortran to be able to find two particular DISLIN files.&nbsp; These are, <br />&nbsp; - disgf.a [current ver. 1,776,958 bytes]<br />&nbsp; - dislin.mod [current ver. 452,080 bytes]</p><p>You have to create these two files yourself using the Simply Fortran compiler on the DISLIN source.<br />I found that a bit daunting when still learning how to use both DISLIN and Simply Fortran, so Jeff prepared these two files for me.&nbsp; Just ask him or me for a copy as and when you are ready for them. </p><p>You can tell &#039;Simply Fortran&#039; where these files are in two ways.</p><p>One is by adding them both the the project, just as you add source files.</p><p>The other is by storing a copy of dislin.mod in a module directory named in <br />Project options --&gt; Search Directories --&gt; Include/Module directories, <br />and by storing a copy of disgf.a in a library directory named in <br />Project options --&gt; Search Directories --&gt; Library directories.</p><p>I don&#039;t know which of these methods is the right one so I have implemented BOTH in my projects, and that works!&nbsp; Jeff, please advise!</p><p>I hope your geophysicist succeeds.&nbsp; What is the program he is working on?&nbsp; <br />Let me know if I can help any more.&nbsp; I&#039;m a civil engineer and my Fortran development has included numerical modelling software for structural engineering and geotechnical engineering.&nbsp; My current project is a 2d frame analysis program, that I wrote originally&nbsp; in F77.&nbsp; It has 8000 lines of code in 40 source files, and &#039;Simply Fortran&#039; compiles and links it to an I/O library and DISLIN without error.<br />--- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Thu, 02 Jun 2011 23:48:14 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=77#p77</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=76#p76</link>
			<description><![CDATA[<p>Hello, I&#039;m not a Fortran programmer, but I am part of a technical team looking to help one of our geophysicists move from Compaq Visual Fortran to some new application that has a GUI and compiles Fortran.&nbsp; We&#039;re having the same Windows 7 migration dilemma that I think John had.</p><p>Is there a way to build the executable to have some other name than &quot;Project.exe&quot;?&nbsp; &nbsp;I can see that it looks like it allows me to change the &quot;Target Name:&quot; under the &quot;Project Options&quot; tab.&nbsp; Is that the only way?&nbsp; And related to that, is there a way to display the project name where the word &quot;Project&quot; appears at the top of the hierarchy in the &quot;Project Outline&quot; pane?</p><p>And thanks for your work on this Jeff.&nbsp; I&#039;ve spent the last two days attempting to evaluate Fortran GUI/compilers and yours is the first I&#039;ve been successful with, other than the Intel Visual Fortan/Visual Studio combination, which seems like overkill for what our guy needs to get done.</p><p>Chris</p>]]></description>
			<author><![CDATA[null@example.com (Chris Hamilton)]]></author>
			<pubDate>Thu, 02 Jun 2011 16:18:33 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=76#p76</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=57#p57</link>
			<description><![CDATA[<p>Excellent<br />---<br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Sat, 23 Apr 2011 00:46:03 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=57#p57</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=56#p56</link>
			<description><![CDATA[<p>The latest development version features Recent Projects:</p><p><span class="postimg"><img src="http://i.imgur.com/LZLjY.png" alt="http://i.imgur.com/LZLjY.png" /></span></p><p>It seems to be working great!&nbsp; In a future version, I would also expect &quot;Recent Files&quot; to be added.</p><p>Jeff Armstrong<br />Approximatrix, LLC</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 22 Apr 2011 21:05:45 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=56#p56</guid>
		</item>
		<item>
			<title><![CDATA[Re: File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=53#p53</link>
			<description><![CDATA[<p>John,</p><p>This is a great idea!&nbsp; I&#039;ll look into adding this to the File menu.</p><p>Jeff Armstrong<br />Approximatrix, LLC</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sat, 16 Apr 2011 14:02:22 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=53#p53</guid>
		</item>
		<item>
			<title><![CDATA[File menu - recent projects]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=50#p50</link>
			<description><![CDATA[<p>I need to flip back and forth beteen projects.<br />I wish there was a recent projects list at the bottom of the file menu.<br />--- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Tue, 12 Apr 2011 22:00:17 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=50#p50</guid>
		</item>
	</channel>
</rss>
