<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Project Directory name containing spaces.]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=374</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=374&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Project Directory name containing spaces..]]></description>
		<lastBuildDate>Tue, 14 Oct 2014 19:29:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1552#p1552</link>
			<description><![CDATA[<p>It might be a few days.&nbsp; It appears that the release candidate that David had tried out had a very slight buffer overrun when starting the debugger.&nbsp; In fact, this overrun might be a long-standing issue that could cause intermittent crashes and memory corruption when initializing the debugger.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 14 Oct 2014 19:29:47 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1552#p1552</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1551#p1551</link>
			<description><![CDATA[<p>All,</p><p>Jeff may have fixed this now. Just waiting for him to complete his testing and make 2.17 available to us all.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Tue, 14 Oct 2014 17:09:32 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1551#p1551</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1545#p1545</link>
			<description><![CDATA[<p>Thanks for looking at this so promptly.</p><p>Short file names (DOS 8.3 names) are disabled by default on non-system volumes in Windows 8, 8.1 (10?) (e.g. my D: drive) but they were enabled in Windows 7, Vista, XP.</p><p>Short file names are enabled by default on the system C: drive in Windows 8, 8.1 so this issue won&#039;t arise if the project is on the C: drive.</p><p>A user can configure this on a per drive basis, but most won&#039;t bother (as I haven&#039;t bothered). There is probably an API function for reading the setting for the drive of interest.</p><p>Regards,</p><p>David.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Mon, 13 Oct 2014 20:12:13 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1545#p1545</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1544#p1544</link>
			<description><![CDATA[<p>Well, regardless of your D: configuration, I believe this bug is all due to some calls by Simply Fortran to Windows&#039;s <strong><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa364989%28v=vs.85%29.aspx">GetShortPathName</a></strong> function.&nbsp; Simply Fortran calls this, and, if it returns successfully, doesn&#039;t bother applying quotation marks around commands.&nbsp; However, deep in the remarks section is a nice, little note:</p><div class="quotebox"><blockquote><p>Resilient File System (ReFS) doesn&#039;t support short names. If you call GetShortPathName on a path that doesn&#039;t have any short names on-disk, the call will succeed, but will return the long-name path instead. This outcome is also possible with NTFS volumes because there&#039;s no guarantee that a short name will exist for a given long name.</p></blockquote></div><p>The important point in the paragraph above states that <strong>GetShortPathName</strong> will also occasionally return the string it was originally passed if there is no short-name equivalent.&nbsp; I suspect that&#039;s what is occurring in your case.</p><p>I&#039;ve fixed the code that is problematic&nbsp; in your case, but I still need to audit a few other calls.&nbsp; &nbsp; This will also be fixed in 2.17.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 13 Oct 2014 19:30:10 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1544#p1544</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1543#p1543</link>
			<description><![CDATA[<p>My D: drive is just NTFS.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Mon, 13 Oct 2014 18:39:07 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1543#p1543</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1539#p1539</link>
			<description><![CDATA[<p>David,</p><p>Is there a chance you&#039;re using &quot;Resilient File System (ReFS)&quot; on your D: drive?&nbsp; I suspect that could be the source of the bug.&nbsp; It&#039;s a Simply Fortran bug, of course, not a Windows bug.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 13 Oct 2014 17:42:11 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1539#p1539</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1538#p1538</link>
			<description><![CDATA[<p>Jeff,</p><p>I have sent you an email.</p><p>I have found that the problem arises when I try to switch to use the external console.</p><p>David.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Sun, 12 Oct 2014 19:14:32 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1538#p1538</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1537#p1537</link>
			<description><![CDATA[<p>David,</p><p>I can&#039;t seem to replicate your problem on my end with any combination of spaces in the path.&nbsp; Could you email me your project file?&nbsp; I just need the &quot;.prj&quot; file to examine, no source code.&nbsp; You can send it to <a href="http://mailto:support@approximatrix.com">support@approximatrix.com</a>.</p><p>Sorry for the trouble.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 12 Oct 2014 15:49:25 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1537#p1537</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1536#p1536</link>
			<description><![CDATA[<p>I have this issue whether or not I use the built in console or use an external one.</p><p>If it is relevant,</p><p>Windows 8.1, 64 bit.<br />SF Version 2.16 Build 1726<br />My projects are on my D: drive</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Sun, 12 Oct 2014 10:00:51 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1536#p1536</guid>
		</item>
		<item>
			<title><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1535#p1535</link>
			<description><![CDATA[<p>David,</p><p>I&#039;ll have a look at the issue.&nbsp; I&#039;m not sure why there&#039;d be a problem.&nbsp; Are you using the Internal Console or External Console, just out of curiosity?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 12 Oct 2014 02:52:50 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1535#p1535</guid>
		</item>
		<item>
			<title><![CDATA[Project Directory name containing spaces.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1532#p1532</link>
			<description><![CDATA[<p>If the project directory contains spaces, e.g. </p><p>D:\My Project To Sort Numbers\Sorting_Project</p><p>Then the &quot;current directory&quot; isn&#039;t set properly and attempts to run the project inside the GUI will fail with an error similar to:</p><p>Cannot find D:\My</p><p>I can make the debugger work by putting the current directory as &quot;D:\My Project To Sort Numbers\Sorting_Project&quot; (including the quotes) but the program will not run inside the GUI even with this workaround.</p><p>Could you look into this please?</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Sat, 11 Oct 2014 21:03:09 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1532#p1532</guid>
		</item>
	</channel>
</rss>
