Microsoft KB Archive/104344: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 23: Line 23:
To reproduce the problem, type the following in the Debug window
To reproduce the problem, type the following in the Debug window


<pre>  CURDIR(&quot;m:&quot;)
<pre>  CURDIR("m:")
</pre>
</pre>
where &quot;m:&quot; is a disk drive that does not exist.
where "m:" is a disk drive that does not exist.
Additional reference words: FoxWin 2.50 2.50a buglist2.50 fixlist2.50a GPF unrecoverable application error default current directory errmsg err msg KBCategory: kbprg kbfixlist kbbuglist kberrmsg KBSubcategory: FxtoolDebug Solution Type : kbfix
Additional reference words: FoxWin 2.50 2.50a buglist2.50 fixlist2.50a GPF unrecoverable application error default current directory errmsg err msg KBCategory: kbprg kbfixlist kbbuglist kberrmsg KBSubcategory: FxtoolDebug Solution Type : kbfix
|}
|}

Latest revision as of 09:34, 20 July 2020

FIX: CURDIR() in Debug Window Causes GP Fault

ID: Q104344

2.50 WINDOWS kbprg kbfixlist kbbuglist kberrmsg

The information in this article applies to:

  • Microsoft FoxPro for Windows, version 2.5

SYMPTOMS

Using the CURDIR() function in the Debug window causes a Windows 3.1 general protection (GP) fault if the specified drive does not exist.

STATUS

Microsoft has confirmed this to be a problem in FoxPro 2.5 for Windows. This problem was corrected in FoxPro 2.5a for Windows.

MORE INFORMATION

To reproduce the problem, type the following in the Debug window

   CURDIR("m:")

where "m:" is a disk drive that does not exist. Additional reference words: FoxWin 2.50 2.50a buglist2.50 fixlist2.50a GPF unrecoverable application error default current directory errmsg err msg KBCategory: kbprg kbfixlist kbbuglist kberrmsg KBSubcategory: FxtoolDebug Solution Type : kbfix


Last Reviewed: September 22, 1997
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.