KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q23646: CV Prior to 3.00 Needs /S for Mouse to Appear in OS/2 DOS Box

Article: Q23646
Product(s): See article
Version(s): 1.00 1.10 1.11 2.00 2.10 2.20 2.30 2.35
Operating System(s): MS-DOS
Keyword(s): ENDUSER | | mspl13_basic
Last Modified: 6-FEB-1991

With all versions of real-mode CodeView (CV) earlier than version
3.00, the mouse cursor does not display when running in a DOS session
under OS/2 in the DOS compatibility box.

The situation exists because the mouse draws the pointer only in video
page zero, while CodeView uses video page one. This problem is caused
by OS/2 itself because the mouse cursor works normally under DOS.

To work around this limitation with CV 1.x or 2.x, invoke CodeView
with the /S switch so screen swapping is used as the method of screen
exchange. This method forces CodeView to swap in and out of page zero.

Beginning with version 3.00, CodeView detects whether it is running in
a DOS session under OS/2, and if so, automatically starts up with /S
as the default in order to make the mouse visible.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.