Talk.exe Shares Global Memory Between Applications

ID: Q47499


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) versions 3.0, 3.1


SUMMARY

Talk.exe is a sample application in the Microsoft Software Library that demonstrates how to share data between two applications without having to use dynamic data exchange (DDE). TALK contains two applications (POST and HELLO) that demonstrate three different ways to pass information between two applications. Please note that either the GMEM_DDESHARE or the GMEM_NOTBANKED flag must be specified when the memory is allocated. This ensures that the memory referenced by the handle is available even when Windows is running in real mode and EMS memory is in use.


MORE INFORMATION

The following file is available for download from the Microsoft Download Center. Click the file name below to download the file:

Talk.exe
For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address
http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

NOTE: Although the principles of message-based DDE communication shown in the TALK sample are compatible with Windows 3.1, Microsoft strongly recommends that new applications for Windows 3.1 and later use the DDEML library provided by the system.

Additional query words:

Keywords : kbfile kbsample kbDDE kbGrpUser kbUser
Version : WINDOWS:3.0,3.1
Platform : WINDOWS
Issue type :


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