home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cset21v1.zip
/
IBMCPP
/
SAMPLES
/
ICLUI
/
SPLITCV
/
README.TXT
< prev
Wrap
Text File
|
1993-05-12
|
5KB
|
73 lines
******************************************************************************
* Canvas Classes Example 1 - Split Canvas Readme (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. *
******************************************************************************
* NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE *
******************************************************************************
* Canvas Classes Example 1 - Split Canvas *
* key functions: *
* - create a main window *
* - run the current application *
* - create horizontal and vertical split canvases *
* - create static text controls *
* - load strings from resource bound to the exe *
******************************************************************************
***************************************************************************
* File list: *
* README.TXT - Readme file for SPLITCV.EXE. *
* ASPLITCV.CPP - Source code for SPLITCV.EXE *
* ASPLITCV.HPP - Class header file form SPLITCV.EXE. *
* ASPLITCV.H - Defines for SPLITCV.EXE *
* ASPLITCV.RC - Resource File for SPLITCV.EXE *
* AMAKE.MAK - Make file to create SPLITCV.EXE. *
* AMAKE.CMD - Command file to create SPLITCV.EXE. *
* CLEANUP.CMD - Command file to clean up (erase) the following *
* generated files: SPLITCV.EXE, ASPLITCV.OBJ, *
* ASPLITCV.RES, and ASPLITCV.ERR. *
***************************************************************************
***************************************************************************
* File Relationship Diagram (Files in uppercase, Programs in lowercase) *
* *
* ASPLITCV.H *
* │ │ *
* ASPLITCV.HPP │ │ *
* │ │ │ *
* │ │ │ *
* v │ │ *
* ASPLITCV.CPP <──────┘ └──────────> ASPLITCV.RC *
* │ │ *
* │ rc -r *
* │ │ *
* v ASPLITCV.RES *
* icc -c ────> ASPLITCV.OBJ │ *
* │ │ *
* v │ *
* icc /Tdp │ *
* │ │ *
* v v *
* SPLITCV.EXE ────────> rc ───────────> SPLITCV.EXE *
***************************************************************************
***************************************************************************
* To build, run and cleanup SPLITCV.EXE: *
* *
* Run AMAKE.CMD *
* Run SPLITCV.EXE *
* Run CLEANUP.CMD *
* *
* AMAKE.CMD compiles and links SPLITCV.EXE. *
* CLEANUP.CMD cleans up the files built by AMAKE.CMD. *
***************************************************************************