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