| |
| | Dr. Dobb's | Encapsulating DDE | April 15, 2003 (Site not responding. Last check: 2007-10-14) |
 | | At first, DDE was simply based on the messaging system built into Windows, then came DDEML (DDE Management Library) to provide a higher-level function call layer on top of the messaging system. |
 | | DDE has been used extensively in many Windows applications, and even though it is not the most modern interprocess communication protocol, it is still used in many fields, such as automation, and by Windows operating systems themselves. |
 | | If you are not familiar with DDE terms and concepts, see the sidebar, "A Brief Summary of DDE Concepts." You can also refer to [1], [2], or to your compiler's documentation. |
| www.ddj.com /dept/cpp/184403529 (2982 words) |
|