<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — fwin.exe has stopped working]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=427</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=427&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in fwin.exe has stopped working.]]></description>
		<lastBuildDate>Tue, 27 Jan 2015 03:12:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: fwin.exe has stopped working]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1842#p1842</link>
			<description><![CDATA[<p>Build 1809 is <a href="http://simplyfortran.com/download/">now available on the Download page</a> fixing this reported bug.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 27 Jan 2015 03:12:51 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1842#p1842</guid>
		</item>
		<item>
			<title><![CDATA[Re: fwin.exe has stopped working]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1841#p1841</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 27 Jan 2015 00:59:12 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1841#p1841</guid>
		</item>
		<item>
			<title><![CDATA[fwin.exe has stopped working]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1836#p1836</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Mon, 26 Jan 2015 21:02:40 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1836#p1836</guid>
		</item>
	</channel>
</rss>
