Knowledge Base

FIX: What's New: Bug Fixes Made in Visual C++ Version 2.1

Article ID: 126110

Article Last Modified on 2/14/2002


APPLIES TO


This article was previously published under Q126110

SUMMARY

This article lists fixes made in version 2.1 to bugs that appeared in Microsoft Visual C++, 32-bit Edition, version 2.0. This information can also be found in the What's New help file available from Books Online or from the initial Setup dialog box.

MORE INFORMATION

Bugs Fixed in Visual C++ 2.1

Visual C++ version 2.1 fixes several Visual C++ version 2.0 bugs. These include bugs for hosting on Windows 95 and for double-byte character set (DBCS) code. Many developers will find the bug fixes listed in this article of particular interest.

Fixed Integrated Development Environment Bugs

  • The thread priority is not displayed correctly. Visual C++ was using ANSI_FIXED_FONT; this has been changed to SYSTEM_FIXED_FONT.
  • If you paste data from one window containing a document to another window containing the same document, the window into which you paste is refreshed incorrectly. This occurred in two cases: (a) when the second view of the document was created with the New Window command on the Window menu or (b) when the second view was in a splitter window.
  • Splitter windows in the Visual C++ source code editor exhibit incorrect behavior. If you split a source code window and edited one of the panes, the other window was repainted incorrectly.
  • Pasting a large bitmap from Microsoft Word version 6.0 (16 bit) into the Visual C++ version 2.0 bitmap editor results in a general protection (GP) fault. If you placed a bitmap on the clipboard from Word, opened the bitmap editor in Visual C++, and pasted the bitmap, a GP fault occurred in Visual C++. Visual C++ version 2.1 has been fixed to ignore the paste attempt, but even in that version, Word still cannot provide the bitmap.

Fixed MFC Bugs

Fixed Compiler Bugs

Fixed Linker Bugs

Fixed Run-Time Library Bugs

Fixed Resource Compiler Bugs


Additional query words: kbinf 2.00 2.10

Keywords: kbarttypeinf kbbug kbfix KB126110