home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cset21v1.zip
/
IBMCPP
/
SAMPLES
/
ICLUI
/
DDE
/
README.TXT
< prev
next >
Wrap
Text File
|
1993-10-07
|
4KB
|
52 lines
***************************************************************************
* DDE SAMPLE PROGRAMS: SERVER.EXE and CLIENT.EXE *
* *
* COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1993.*
* *
* DISCLAIMER OF WARRANTIES: *
* The following [enclosed] code is sample code created by IBM *
* Corporation. This sample code is not part of any standard IBM product*
* and is provided to you solely for the purpose of assisting you in the *
* development of your applications. The code is provided "AS IS", *
* without warranty of any kind. IBM shall not be liable for any damages*
* arising out of your use of the sample code, even if they have been *
* advised of the possibility of such damages. *
* *
*-------------------------------------------------------------------------*
* Key Functions: *
* *
* - Begin/End DDE Conversations *
* - Request Data *
* - Begin/End Hot Links *
* - Show Hot Link Data on Status Line *
***************************************************************************
***************************************************************************
* File list: *
* README.TXT - readme command file for SERVER.EXE and CLIENT.EXE *
* ASERVER.CPP - source code for server *
* ASERVER.HPP - class header file for server *
* ASERVER.H - symbolic definition file for server *
* ASERVER.RC - resource file for server *
* ACLIENT.CPP - source code for client *
* ACLIENT.HPP - class header file for client *
* ACLIENT.H - symbolic definition file for client *
* ACLIENT.RC - resource file for client *
* ACLIENT.MAK - make file to create CLIENT.EXE *
* ASERVER.MAK - make file to create SERVER.EXE *
* AMAKE.CMD - command file to create SERVER.EXE & CLIENT.EXE *
* CLEANUP.CMD - command file to cleanup (erase) generated files *
***************************************************************************
***************************************************************************
* To build and run the DDE Sample Applications: *
* *
* Run AMAKE.CMD *
* Run RUN.CMD *
* Run CLEANUP.CMD *
* *
* AMAKE.CMD will compile and link SERVER.EXE & CLIENT.EXE *
* RUN.CMD will start SERVER.EXE and CLIENT.EXE *
* CLEANUP.CMD will cleanup files build by AMAKE.CMD *
***************************************************************************