home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cset21v1.zip
/
IBMCPP
/
SAMPLES
/
ICLUI
/
VPORT
/
README.TXT
< prev
Wrap
Text File
|
1993-05-12
|
5KB
|
74 lines
******************************************************************************
* Canvas Classes Example 4 - ViewPort 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 4 - ViewPort *
* key functions: *
* - create a main window *
* - run the current application *
* - create a viewport and use as client area *
* - create a bitmap control *
* - load the bitmap from resource bound to the exe *
* - load strings from resource bound to the exe *
******************************************************************************
***************************************************************************
* File list: *
* README.TXT - Readme file for VPORT.EXE. *
* AVPORT.CPP - Source code for VPORT.EXE *
* AVPORT.HPP - Class header file form VPORT.EXE. *
* AVPORT.H - Defines for VPORT.EXE *
* AVPORT.RC - Resource File for VPORT.EXE *
* AMAKE.MAK - Make file to create VPORT.EXE. *
* AMAKE.CMD - Command file to create VPORT.EXE. *
* CLEANUP.CMD - Command file to clean up (erase) the following *
* generated files: VPORT.EXE, AVPORT.OBJ, *
* AVPORT.RES, and AVPORT.ERR. *
***************************************************************************
***************************************************************************
* File Relationship Diagram (Files in uppercase, Programs in lowercase) *
* *
* AVPORT.H *
* │ │ *
* AVPORT.HPP │ │ *
* │ │ │ *
* │ │ │ *
* v │ │ *
* AVPORT.CPP <──────┘ └────────────> AVPORT.RC *
* │ │ *
* │ rc -r *
* │ │ *
* v AVPORT.RES *
* icc -c ────> AVPORT.OBJ │ *
* │ │ *
* v │ *
* icc /Tdp │ *
* │ │ *
* v v *
* VPORT.EXE ──────────> rc ───────────> VPORT.EXE *
***************************************************************************
***************************************************************************
* To build, run and cleanup VPORT.EXE: *
* *
* Run AMAKE.CMD *
* Run VPORT.EXE *
* Run CLEANUP.CMD *
* *
* AMAKE.CMD compiles and links VPORT.EXE. *
* CLEANUP.CMD cleans up the files built by AMAKE.CMD. *
***************************************************************************