Dec 302017
Example OS/2 PM C source code showing creation of controls in both client and child windows. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BUILD.CMD | 27 | 27 | stored |
CHILDWP.C | 1359 | 575 | deflated |
CLIENTWP.C | 2778 | 960 | deflated |
CLWPINIT.C | 1630 | 596 | deflated |
INFINITY.C | 7646 | 1755 | deflated |
INFINITY.DEF | 201 | 161 | deflated |
INFINITY.EXE | 33273 | 6808 | deflated |
INFINITY.H | 879 | 287 | deflated |
INFINITY.ICO | 3192 | 380 | deflated |
INFINITY.LNK | 133 | 85 | deflated |
INFINITY.MAK | 876 | 265 | deflated |
INFINITY.RC | 329 | 139 | deflated |
RC.H | 197 | 115 | deflated |
README | 569 | 327 | deflated |
Download File SRCDEMO.ZIP Here
Contents of the README file
This .ZIP file contains simple source code for creating windows and
controls using Microsoft C v6.0. The program is built using 'NMAKE', not
'MAKE'.
You need:
0.To boot up OS/2 v1.2.
1.Directory \EXE to receive .exe file.
2.Directory \OBJ to receive ... you guessed it!
3.To place everything in it's own directory - unzipped!
4.To type "Build" to build the program.
5.To type "Infinity" to run the program.
The following is used by me:
* OS/2 v1.2
* MS C v6.0
* MS PM Softset
* Petzold!
controls using Microsoft C v6.0. The program is built using 'NMAKE', not
'MAKE'.
You need:
0.To boot up OS/2 v1.2.
1.Directory \EXE to receive .exe file.
2.Directory \OBJ to receive ... you guessed it!
3.To place everything in it's own directory - unzipped!
4.To type "Build" to build the program.
5.To type "Infinity" to run the program.
The following is used by me:
* OS/2 v1.2
* MS C v6.0
* MS PM Softset
* Petzold!
December 30, 2017
Add comments