<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — File menu - recent projects]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=22&amp;type=atom" />
	<updated>2011-06-07T02:56:27Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=22</id>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=92#p92" />
			<content type="html"><![CDATA[<p>Thanks Jeff, I see now where I went wrong. Seems to be working very well.</p>]]></content>
			<author>
				<name><![CDATA[Ryan]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=171</uri>
			</author>
			<updated>2011-06-07T02:56:27Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=92#p92</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=90#p90" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2011-06-06T12:03:06Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=90#p90</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=89#p89" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Ryan]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=171</uri>
			</author>
			<updated>2011-06-06T04:48:55Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=89#p89</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=88#p88" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2011-06-04T01:58:30Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=88#p88</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=79#p79" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2011-06-04T01:08:00Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=79#p79</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=78#p78" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2011-06-03T02:08:13Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=78#p78</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=77#p77" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2011-06-02T23:48:14Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=77#p77</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=76#p76" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Chris Hamilton]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=167</uri>
			</author>
			<updated>2011-06-02T16:18:33Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=76#p76</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=57#p57" />
			<content type="html"><![CDATA[<p>Excellent<br />---<br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2011-04-23T00:46:03Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=57#p57</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=56#p56" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2011-04-22T21:05:45Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=56#p56</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=53#p53" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2011-04-16T14:02:22Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=53#p53</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[File menu - recent projects]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=50#p50" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2011-04-12T22:00:17Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=50#p50</id>
		</entry>
</feed>
