--- os2sdk/demos/examples/readme 2018/08/09 12:25:13 1.1.1.1 +++ os2sdk/demos/examples/readme 2018/08/09 12:26:07 1.1.1.2 @@ -1,10 +1,7 @@ - ISV demo kit ...\demo\examples - - This is a collection of small routines that demonstrate some of the - capabilities of the OS 2 operating system. Many routines are "bound" + capabilities of the OS/2 operating system. Many routines are "bound" to demonstrate compatability between DOS 3.X and OS/2. Below is a list of the programs available under this directory and @@ -52,5 +49,18 @@ SUSPEND - One thread suspending and re THREADS - C threads demo TIMER - Sleeps and beeps three times. VERSION Real - Prints DOS version +VIOREG - Registers a VIO subsystem -MAKEALL - .BAT file to build all of the above +The make files of the bound programs rely on a set directory stucture. +The bind utility looks for the .lib files in a \lib directory and the +C compiler looks for the .h files in an \include directory, both +under the root directory of the toolkit. + I.E. ..\..\..\lib and ..\..\..\include from the directory +which the make file is in. + +The make files also rely on the existence of the slibcep.lib library. +This library is equivalent to slibce.lib and slibcer.lib, and the +library found on your machine depends on how you installed C5.1. +If the linker cannot find the required library, put slibce.lib +or slibcer.lib, whichever you have, at the link prompt or rename the library +you do have (slibce.lib or slibcer.lib) to slibcep.lib.