Design
os2wps.asc
Associated article: Programming for the OS/2 2.0 Workplace Shell
Tags: Design
_PROGRAMMING FOR THE OS/2 2.0 WORKPLACE SHELL_ by Joel Barnum [LISTING ONE] // spread.c -- a sample WPS application #define INCL_WIN #define INCL_GPI #include <os2.h> #include <stdlib.h> #include <string.h> #include &...


