FIX: ClassWizard Quits If Class Twice Derived from CRecordLast reviewed: September 19, 1997Article ID: Q147735 |
4.00 4.10
WINDOWS NT
kbusage kbbuglist kbfixlist
The information in this article applies to:
SYMPTOMSUnder circumstances similar to the following, ClassWizard may cause an access violation:
RESOLUTIONLeave occurrences of CRecordset in the ClassWizard comments. Particularly, don't change:
//{{AFX_FIELD(CRecordset2, CRecordset)to:
//{{AFX_FIELD(CRecordset2, CRecordset1) STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual C++, 32-bit Edition, version 4.2.
|
Additional reference words: 4.00 4.10 vcbuglist400 vcfixlist420
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |