<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Project Directory name containing spaces.]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=374&amp;type=atom" />
	<updated>2014-10-14T19:29:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=374</id>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1552#p1552" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-10-14T19:29:47Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1552#p1552</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1551#p1551" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-10-14T17:09:32Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1551#p1551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1545#p1545" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-10-13T20:12:13Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1545#p1545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1544#p1544" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-10-13T19:30:10Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1544#p1544</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1543#p1543" />
			<content type="html"><![CDATA[<p>My D: drive is just NTFS.</p>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-10-13T18:39:07Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1543#p1543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1539#p1539" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-10-13T17:42:11Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1539#p1539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1538#p1538" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-10-12T19:14:32Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1538#p1538</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1537#p1537" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-10-12T15:49:25Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1537#p1537</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1536#p1536" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-10-12T10:00:51Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1536#p1536</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1535#p1535" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-10-12T02:52:50Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1535#p1535</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Project Directory name containing spaces.]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1532#p1532" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-10-11T21:03:09Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1532#p1532</id>
		</entry>
</feed>
