<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — fwin.exe has stopped working]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=427&amp;type=atom" />
	<updated>2015-01-27T03:12:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=427</id>
		<entry>
			<title type="html"><![CDATA[Re: fwin.exe has stopped working]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1842#p1842" />
			<content type="html"><![CDATA[<p>Build 1809 is <a href="http://simplyfortran.com/download/">now available on the Download page</a> fixing this reported bug.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2015-01-27T03:12:51Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1842#p1842</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fwin.exe has stopped working]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1841#p1841" />
			<content type="html"><![CDATA[<p>David,</p><p>I appreciate your narrowing down the circumstances where this crash occurs.&nbsp; The problem was cause by removing a variable that was highlighted in the Watch list in the Debug panel.&nbsp; When the program was stepped again, Simply Fortran would clear the highlights.&nbsp; The problem occurred because, although the Watch expression had been removed, the reference to it in the list of currently highlighted watch expressions had not been removed.&nbsp; Therefore, because of a bit of careless code, Simply Fortran attempted to clear the highlight for a Watch expression that didn&#039;t exist any longer, and a memory violation occurred.</p><p>Build 1809 is currently being uploaded, and it should fix the problem.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2015-01-27T00:59:12Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1841#p1841</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[fwin.exe has stopped working]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1836#p1836" />
			<content type="html"><![CDATA[<p>With the following project, if I do the following:</p><p>- step in the debugger to the print statement<br />- add &quot;a&quot; to the watch list (select it, right-click, debugging menu)<br />- switch to the watch list in the Left-hand panel to view &quot;a&quot;<br />- remove &quot;a&quot; from the list of expressions (right-click, remove)<br />- switch back to see the local variables.<br />- click continue (Shift-F7)</p><p>I get &quot;fwin.exe has stopped working&quot; and the GUI crashes.</p><div class="codebox"><pre><code>program main
   real :: a
   
   a = 1.0

   ! Add &#039;a&#039; to watchlist, then delete  it again
   print *, a

end program main</code></pre></div>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2015-01-26T21:02:40Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1836#p1836</id>
		</entry>
</feed>
