home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / lib / r_la4_02 / read.me2 < prev    next >
Encoding:
Text File  |  1988-01-25  |  914 b   |  16 lines

  1.    The programs in this arc file were typed from "Microsoft C Programming
  2. for the IBM" by Robert Lafore. These files are from chapters 12 thru 15 and 
  3. most of the programs listed in these chapters are here. Also the programs
  4. from Appendix B are included except for the WORDSTAR program.
  5. They all compile and run with Quick C in the command line mode. I never tried 
  6. them in the Quick C environment. My compile command is:
  7.         C>qcl /Zi /c filename.c     (Default is small mem model)
  8. and my link command is:
  9.         C>link /CO filename;
  10. The /Zi switch is to enable debugging with the CODEVIEW Ver 2.0 debugger, 
  11. likewise for the /CO switch. These switches (all), I believe ARE case 
  12. sensitive. I was mistaken in the R_LA4_01.ARC READ.ME file. I thought the
  13. medium memory model was necessary for debugging with CODEVEIW but it's not.
  14. The /c switch tells the compiler to put the OBJ file on disk.
  15.  
  16.