home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / c / pcw_c.zip / README.1ST < prev    next >
Text File  |  1990-01-04  |  3KB  |  74 lines

  1.  
  2.  
  3.     Thanks  for taking the time to look at PC Windows.   To help you  limit 
  4.     the  amount  of work you must do to install PC Windows I  have  grouped  
  5.     files  into  3 archive files.   The most important  one,   PCWLIBS.ZIP, 
  6.     contain  the libraries for PC Windows for Turbo C,  Microsoft  C,   and 
  7.     Power C as well as the documentation for PC Windows.   You will want to
  8.     look at this one first.
  9.     
  10.     
  11.                                   PCWLIBS.ZIP
  12.     
  13.     As   stated  above  this  archive  file  contains  the  libraries   and 
  14.     documentation for PC Windows.   Any file ending with the extention .DOC 
  15.     is  a  file  containing  documentation and any  file  ending  with  the 
  16.     extention  of  .LIB is a library file.   The library files  are  medium 
  17.     memory model libraries and match with compilers as follows:
  18.     
  19.        TCPCWMM - Turbo C
  20.        PCPCWMM - Power C
  21.        MSPCWAM - Microsoft C version 5.00
  22.     
  23.     You  should  follow  the instructions your compiler manual  offers  for 
  24.     installing libraries and header files.
  25.     
  26.     
  27.                                   EXAMPLES.ZIP
  28.     
  29.     After you have the libraries and header files installed so the compiler 
  30.     can  find them when compiling you can check out the example programs in 
  31.     the EXAMPLES.ZIP file.  Many of these examples are the same ones in the 
  32.     documentation  so you can easily compile a program and see how a  given 
  33.     function works.   I  have also provided a few pre-compiled examples for 
  34.     you  to  try out right away.   You can use the batch files  provied  to 
  35.     compile any of these examples (MSLINK.BAT & TCLINK.BAT).
  36.     
  37.  
  38.                                    SOURCE.ZIP 
  39.  
  40.     The libraries provided with the distribution diskette are medium memory 
  41.     model libraries.   If you would like to use other memory models you may 
  42.     recompile  the  source  using the memory model you want to  use  (NOTE: 
  43.     Turbo  C's  TINY  memory model will not work with  PC  Windows).    The 
  44.     SOURCE.ZIP  file  contains  the C source files,  the  Assembler  source 
  45.     files,   make files,  and a TOUCH utility program.    Instructions  for 
  46.     recompiling  are the comments in the MAKE files - follow them  closely. 
  47.     The MAKE files are as follows:
  48.     
  49.        TCPCW.MAK - Turbo C 
  50.        MSPCW.MAK - Microsoft C
  51.        PCPCW.PRJ - Power C project file
  52.     
  53.     In  addition to the make files there are matching response (.RSP)  file 
  54.     used with the MAKE files.
  55.     
  56.     A  special  note:   since Power C has its own built in MAKE facility  I 
  57.     wrote a batch file to take advantage of it.   To recompile the Power  C 
  58.     library use the MAKEPCW.BAT batch file.
  59.     
  60.     A  touch  utility program has been provided if you are  doing  lots  of 
  61.     library  building.    Turbo  C provides a TOUCH utility which  I  found 
  62.     invaluable  while  writing  PC Windows and,   obviously,   I   can  not 
  63.     distribute  copywrited software - so,  I  wrote my own for you to  use.  
  64.     The command format for TOUCH is as follows:
  65.     
  66.       TOUCH filespec filespec filespec....
  67.     
  68.     Example:
  69.     
  70.      TOUCH *.* *.C C:\PCPCW\*.ASM A:*.COB
  71.     
  72.     Source for TOUCH has also been provided in TOUCH.C 
  73. 
  74.