The information in this article applies to:
SYMPTOMSAn OLE client application receives the error codes OLE_ERROR_COMM or OLE_ERROR_POKENATIVE when trying to insert or edit a linked or embedded OLE object. POSSIBLE CAUSEThe server application has yielded before calling the OleRegisterServer() or OleRegisterServerDoc() functions.RESOLUTION
Due to the synchronous nature of DDE messages and the fact that OLE
1.0 is implemented with DDE, an OLE server application should not
yield before calling the OleRegisterServer() function. Additionally,
if the server command line contains the /Embedding switch, the
function OleRegisterServerDoc() should also be called before yielding. Additional query words: 3.00 3.10 OLESVR.DLL OLECLI.DLL 1.00
Keywords : |
Last Reviewed: October 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |