Use DDE Messages or OLE and DDEML Libraries?

Last reviewed: February 17, 1995
Article 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 reference words: 3.10 1.00 OLE DDEML
KBCategory: kbole kbprg
KBSubcategory: LeoneCliMisc LeoneSvrMisc


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 17, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.