The information in this article applies to:
SYMPTOMSThe Developer Studio crashes or abruptly terminates when attempting to add a new class from an OLE TypeLib with the ClassWizard. CAUSE
ClassWizard allocates a 1024 byte buffer to store member function
prototypes based on the information it finds in the specified OLE TypeLib.
If the ClassWizard-generated prototype for a member function exceeds this
limit, Developer Studio will crash or abruptly terminate.
RESOLUTION
Avoid using the ClassWizard to generate new classes with the previously
listed type libraries. Microsoft has provided a self-extracting file,
called TLBWRAP.EXE, that contains the COleDispatchDriver-derived classes
that wrap the automation objects exposed by the SP7EN32.OLB and PJ4EN32.OLB
type libraries.
Tlbwrap.exeFor more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base: Q119591 How to Obtain Microsoft Support Files from Online Services STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ 4.1. Additional query words: kbVC400bug 4.00 4.10 softlib software library
Keywords : kbole kbwizard kbMFC kbVC kbVC410fix |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |