The information in this article applies to:
SYMPTOMSAn application using Network Dynamic Data Exchange (NetDDE) fails to connect to another DDE application on another computer. CAUSE
One of the reasons could be that NETDDE.EXE (a system component) is not
running.
RESOLUTIONAn application using the netDDE services should check if the netDDE system component is loaded. if NETDDE.EXE isn't running, the application should run it. Sample CodeThe following sample code checks to see if NETDDE.EXE is loaded and tries to load it if necessary. The sample code works for both 32-bit and 16-bit applications.
STATUSThis behavior is by design. Additional query words:
Keywords : kbnetwork kbAPI kbSDKPlatform kbWinOS95 kbCodeSam kbGrpNet |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |