The information in this article applies to:
SYMPTOMS
Loading Visual C++ 5.0 on a system that has Visual C++ 4.x installed will
cause numerous DLLs, OCXs, and other components to be overwritten. One set
of components that is updated are the data-bound controls.
Displaying the "All" Tab on Database Controls such as Microsoft Data Combo and Microsoft Masked Edit Box shows <Property unknown> after having installed Visual C++ 5.0. Normally, you will see Datasource, field properties, etc. CAUSEVisual C++ 5.0 installs upgrades of the data-bound controls that have the same file names as the versions that ship with Visual C++ 4.x. RESOLUTION
If you want to work with Visual C++ 4.2, replace the appropriate controls
in your system32 from the version 4.2 redist\ocx directory (in this case,
MSMASK32.OCX DBLIST32.OCX).
STATUSThis behavior is by design. MORE INFORMATION
It is not possible to work with version 5.0 data-bound controls in
Visual C++ 4.x or with version 4.x data-bound controls in Visual C++ 5.0.
The data-bound controls have been changed in these two versions.
REFERENCESVcread.htm that ships with Visual C++ 5.0 Additional query words: run-time
Keywords : kbDAO kbDatabase kbMFC kbODBC kbVC kbVC420 kbVC500 |
Last Reviewed: July 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |