home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cset21v1.zip
/
IBMCPP
/
SAMPLES
/
ICLUI
/
MLE
/
README.TXT
< prev
Wrap
Text File
|
1993-09-27
|
6KB
|
76 lines
***************************************************************************
* MLE SAMPLE PROGRAM: Readme File (README.TXT) *
* *
* 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: *
* - Creates Frame Window with MLE as Client *
* - Menu bar items to open and save files *
* - Menu bar items to cut, copy and paste *
* - Menu bar items to change font *
* *
* See the User Interface Class Library Users Guide for more information *
* about this sample program. *
***************************************************************************
***************************************************************************
* File list: *
* README.TXT - Readme file for MLE.EXE. *
* AMLE.CPP - C++ Source code for MLE.EXE *
* AMLE.HPP - C++ Header file for MLE.EXE *
* AUWMHDR.CPP - C++ Source code for User Message Handler *
* AUWMHDR.CPP - C++ Header file code for User Message Handler *
* AMLE.H - C Header file for MLE.EXE *
* AMLE.RC - Resource file for MLE.EXE *
* AMLE.DEF - Module definition file for MLE.EXE. *
* AMLE.MAK - Make file to create MLE.EXE. *
* AMAKE.CMD - Command file to create MLE.EXE. *
* CLEANUP.CMD - Command file to clean up (erase) the following *
* generated files: MLE.EXE, AMLE.OBJ, AMLE.MAP *
* AMLE.RES, AUWMHDR.OBJ and AMLE.ERR. *
***************************************************************************
***************************************************************************
* File Relationship Diagram (Files in uppercase, Programs in lowercase) *
* *
* AMLE.H *
* │ │ *
* AMLE.HPP │ │ *
* AUWMHDR.HPP │ │ *
* │ │ │ *
* v │ │ *
* AMLE.CPP <─────┘ └────────────> AMLE.RC *
* AUWMHDR.CPP │ *
* │ rc -r *
* │ │ *
* v AMLE.RES *
* icc -c ────> AMLE.OBJ │ *
* AUWMHDR.OBJ │ *
* │ │ *
* v │ *
* AMLE.DEF-> icc /Tdp -> AMLE.MAP │ *
* │ │ *
* v v *
* MLE.EXE ──────────> rc ───────────> MLE.EXE *
***************************************************************************
***************************************************************************
* To build, run and cleanup MLE.EXE: *
* *
* Run AMAKE.CMD *
* Run MLE.EXE *
* Run CLEANUP.CMD *
* *
* AMAKE.CMD compiles and links MLE.EXE. *
* CLEANUP.CMD cleans up the files built by AMAKE.CMD. *
***************************************************************************