The information in this article applies to:
SYMPTOMSIn Microsoft Write version 3.1, which ships with Microsoft Windows version 3.1, the following error may be generated:
CAUSE
This error is generated if a file containing an OLE 1.0 object is
opened. When a Write file containing OLE 1.0 links is loaded and the
links are updated, each of the OLE servers that own the links must be
started in order to complete the link update process. Each time a
server application is started, Write sets a timer to determine whether
there is a problem starting the application. RESOLUTIONOne way a server application can avoid this situation with Windows Write (and other OLE 1.0 client applications) is to call the OleRegisterServer and OleRegisterServerDoc functions earlier in the server application's initialization code. The application should then enter into a message loop to dispatch the queued OLE messages back to the client application, and finally, continue with the startup process. STATUSThis behavior is by design. Additional query words: 1.00 object linking and embedding
Keywords : kbole kbprg kbOLE100 kbGrpCom kbDSupport kbprb |
Last Reviewed: October 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |