home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / qc_prog / readme.txt
Encoding:
Text File  |  1988-05-09  |  4.2 KB  |  102 lines

  1.  
  2. CCompanion Disk
  3. for
  4. Microsoft QuickC Programming
  5.  
  6.  
  7.      This disk contains all source code and include files
  8. presented in Microsoft QuickC Programming, published in 1988
  9. by Microsoft Press. We strongly recommend that you read the
  10. pertinent sections of the book before attempting to run the
  11. programs on this disk, as certain programs have special
  12. requirements.
  13.  
  14.      NOTE: If you haven't done so already, please make a
  15. backup copy of this disk before proceeding any further! It
  16. is also recommended that you put a write-protect tab on this
  17. disk and store it in a safe place. (If you are not sure how
  18. to make a backup copy, refer to the DISKCOPY or XCOPY
  19. commands in your DOS documentation.)
  20.  
  21.      For your convenience, the files on this disk are
  22. organized into separate directories that correspond to the
  23. appropriate book chapters. To access the files from within
  24. QuickC, choose the Open command from the File menu, then
  25. type the location of the files and press Enter. For example,
  26. if the files are on a floppy disk in drive A, you would type
  27. A: and press Enter. A list of directories, each
  28. corresponding to a book chapter, appears. Press the Tab key
  29. to move the highlight to the list of directories, use the
  30. arrow keys to highlight the directory you want, and then
  31. press Enter. The list of C source files in that directory
  32. then appears--use the arrow keys to select the file you
  33. want, and press Enter. The selected file is then loaded and
  34. displayed in the QuickC editor.
  35.  
  36.      Every effort was made to ensure the accuracy of the
  37. book and this disk. Should you encounter a problem, please
  38. don't hesitate to contact us by one of the following
  39. methods:
  40.  
  41.   Write to: The Waite Group
  42.             3220 Sacremento Street
  43.             San Francisco, CA 94115
  44.  
  45.        BIX: mwaite
  46.  
  47. Compuserve: 75146,3515
  48.  
  49.     usenet: hplabs!well!mitch
  50.  
  51.  
  52.      Special Note: Certain programs, especially programs
  53. later in the book, require the presence of a program list (a
  54. MAKE file). If you encounter an "Unresolved external" error
  55. message when attempting to compile a program, first check
  56. the source file to make sure the name displayed with the
  57. error message wasn't merely mistyped or accidently changed.
  58. If the name is correct as it stands, a MAKE file is required
  59. to compile and run the program successfully. Complete
  60. instructions for creating a program list are presented in
  61. chapter 5. In brief, the steps for creating a MAKE file are
  62. as follows:
  63.      1. Choose Set Program List from the File menu.
  64.      2. A list of existing MAKE files (if any) appears
  65.         Type the name of the source file (without
  66.         an extension) and press Enter. A dialog box appears
  67.         telling you that the specified MAKE file does not
  68.  
  69.         exist. Press the Spacebar to create it.
  70.      3. QuickC displays a list of source files. Press Tab to
  71.         move the highlight down to the list of files,
  72.         use the arrow key to select the name of the file
  73.         on which you're currently working, and press Enter.
  74.         Press Tab three times until the Save List box has
  75.         a double border around it; then, press Enter.
  76.      4. Press F5 to recompile the file.
  77.   NOTE: When you finish running that program, be sure
  78.         to choose New from the File menu before loading
  79.         another file.
  80.  
  81.  
  82.  
  83. NOTE: If this file scrolled too fast for you to read, and
  84. you do not know how to control it, use one of the following
  85. methods (assuming you're at the A> prompt):
  86.       . Type TYPE README.TXT | MORE
  87.         (If you get a "Bad command or filename" message,
  88.          you'll have to use one of the other methods.)
  89.       . If you have a printer attached to your system and
  90.         it is turned on and ready to print, type:
  91.         TYPE README.TXT >PRN
  92.         The contents of the file should print out on
  93.         your printer.
  94.       . If your word-processing software can read ASCII
  95.         (text-only) files, load this file into your word
  96.         processor and print it.
  97.      4. Pause the scrolling by holding down the Crtl
  98.         key and pressing Num Lock. Press any key to resume
  99.         scrolling.
  100.  
  101. REMEMBER! Make a backup copy of this disk, and put the
  102. original disk away in a safe place!
  103.  
  104.