PRB: GP Fault When Using 16-Bit Automation DLLsLast reviewed: June 6, 1995Article ID: Q131047 |
The information in this article applies to:
SYMPTOMSAfter dynamically loading and then unloading one of the 16-bit OLE Automation DLLs (OLE2DISP.DLL, LOE2NLS.DLL, or TYPELIB.DLL), you experience a general protection (GP) fault in COMPOBJ.DLL.
CAUSEIf any of the 16-bit OLE Automation DLLs (OLE2DISP.DLL, LOE2NLS.DLL, or TYPELIB.DLL) is dynamically loaded, it should not be unloaded until after OleUninitialize has been called. Otherwise a general protection (GP) fault can occur in COMPOBJ.DLL.
RESOLUTIONIf you dynamically load any of the 16-bit OLE Automation DLLs (OLE2DISP.DLL, LOE2NLS.DLL, or TYPELIB.DLL), don't unload it until OleUninitialize has been called.
STATUSThis requirement is by design.
|
Additional reference words: GPF
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |