Microsoft KB Archive/106689: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 10: Line 10:
* Microsoft FoxPro for Windows, versions 2.5, 2.5a, and 2.5b
* Microsoft FoxPro for Windows, versions 2.5, 2.5a, and 2.5b


On page 45 in the FoxPro Library Construction Kit "Developer's Guide," the example to invoke CodeView for Windows is incorrect.
On page 45 in the FoxPro Library Construction Kit "Developer's Guide," the example to invoke CodeView for Windows is incorrect.


The example to invoke CodeView is as follows:
The example to invoke CodeView is as follows:
Line 19: Line 19:
<pre>  cvw /lc:\lckdir\filename.fll c:\fpwpath\foxprow
<pre>  cvw /lc:\lckdir\filename.fll c:\fpwpath\foxprow
</pre>
</pre>
In the original example, &quot;/l filename.fll&quot; will be interpreted as a switch for FoxPro for Windows, instead of as a switch for CodeView. In addition, there should not be a space after the &quot;/l&quot; switch.
In the original example, "/l filename.fll" will be interpreted as a switch for FoxPro for Windows, instead of as a switch for CodeView. In addition, there should not be a space after the "/l" switch.
== REFERENCES ==
== REFERENCES ==


Microsoft CodeView Debugger &quot;User's Guide,&quot; page 23
Microsoft CodeView Debugger "User's Guide," page 23


Additional reference words: FoxWin 2.50 2.50a 2.50b lck debug docerr KBCategory: kbtool kbprg kbdocerr KBSubcategory: FxtoolLck
Additional reference words: FoxWin 2.50 2.50a 2.50b lck debug docerr KBCategory: kbtool kbprg kbdocerr KBSubcategory: FxtoolLck

Latest revision as of 10:10, 20 July 2020

How to Invoke Microsoft CodeView for Windows

ID: Q106689

The information in this article applies to:

  • Microsoft FoxPro Library Construction Kit, version 2.5
  • Microsoft FoxPro for Windows, versions 2.5, 2.5a, and 2.5b

On page 45 in the FoxPro Library Construction Kit "Developer's Guide," the example to invoke CodeView for Windows is incorrect.

The example to invoke CodeView is as follows:

   cvw foxprow /l filename.fll

It should be modified to read:

   cvw /lc:\lckdir\filename.fll c:\fpwpath\foxprow

In the original example, "/l filename.fll" will be interpreted as a switch for FoxPro for Windows, instead of as a switch for CodeView. In addition, there should not be a space after the "/l" switch.

REFERENCES

Microsoft CodeView Debugger "User's Guide," page 23

Additional reference words: FoxWin 2.50 2.50a 2.50b lck debug docerr KBCategory: kbtool kbprg kbdocerr KBSubcategory: FxtoolLck


Last Reviewed: June 27, 1995
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.