home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / prodtool / util2 / readme < prev    next >
Encoding:
Text File  |  1993-10-04  |  1.6 KB  |  38 lines

  1.                                  README
  2.  
  3. Installation of 32-bit utilities
  4.  
  5.         Unpack the util3exe.zip file using pkunzip. Each utility has its
  6.         own .doc documentation file in flat ASCII format. These files
  7.         are stored in the util2doc.zip file.
  8.  
  9.         Copy the .exe files to somewhere within your current PATH. There
  10.         are several test programs which you probably don't care about
  11.         (arg*.exe, ftest.exe, pmt.exe, to name a few). If you wish, you
  12.         can ignore any program that doesn't have an associated .doc file
  13.         with it.
  14.  
  15. Building the 32-bit code from source
  16.  
  17.         The util3src.zip file contains the source code for the OS/2 2.X
  18.         versions of these utilities. They have in the past been built
  19.         with both the OS/2 2.0 and OS/2 2.1 toolkits; these versions
  20.         were built with the 2.1 toolkit.
  21.  
  22.         The compiler used to build the code is the IBM C Set/2 32-bit
  23.         compiler. The compiler was installed with the single-threaded
  24.         statically-linked migration libraries. Other 32-bit compilers
  25.         could probably be used with little change to the source, but the
  26.         use of setargv.obj and the run-time message library binding will
  27.         probably need to change.
  28.  
  29.         Standard C runtime calls were used as much as possible. Most
  30.         (but not all) of the OS/2-specific stuff is found in futil.c
  31.         module.
  32.  
  33.         You may need to update the makefile to point to the correct
  34.         drive and path of your C Set/2 installation.
  35.  
  36. Brian Yoder
  37. CompuServe: 71234,3624
  38.