Use DDE Messages or OLE and DDEML Libraries?

ID: Q74802


The information in this article applies to:
  • Microsoft OLE, version 1.0

Except for very unusual cases, the OLE libraries and Dynamic Data Exchange Management Library (DDEML) should be used to pass data between applications instead of employing DDE messages directly. There are three reasons for this recommendation:

  1. The libraries offer all of the functionality of DDE messages.


  2. Using the libraries will reduce application development time. An exception to this rule may occur when an application requires only a very limited subset of the OLE library or DDEML capability.


  3. The libraries will incorporate future refinements. These are likely to include improved performance through use of a new IPC (interprocess communications) mechanism rather than using DDE messages.


An application that has been developed using the DDE messages will continue to be supported. However, additional performance may be gained by rewriting the application to use OLE or the DDEML.

Additional query words: 3.10 1.00 OLE DDEML

Keywords : kbole kbprg kbDDE kbOLE100 kbGrpCom kbDSupport
Version : :1.0
Platform :
Issue type :


Last Reviewed: October 26, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.