FIX: SR2TEST GP Faults During Object ShutdownLast reviewed: October 29, 1997Article ID: Q104141 |
2.00
WINDOWS
kbole kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSA general protection (GP) fault occurs when calling IOleObject::Close() on an SR2TEST object.
CAUSESR2TEST does not properly handle the case in which IOleObject::Close() is called after OleInPlaceObject::UIDeactivate() without first calling IOleInPlaceObject::InPlaceDeactivate().
RESOLUTIONCall IOleInPlaceObject::InPlaceDeactivate() before calling IOleObject::Close.
STATUSMicrosoft has confirmed this to be a problem in OLE version 2.0. This problem was corrected in OLE version 2.01.
|
Additional reference words: 2.00 gpf gp-fault
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |