home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / ew12b.zip / EWTECH.ZIP / EWTECH.004 < prev    next >
Text File  |  1993-02-27  |  1KB  |  27 lines

  1. E! for Windows - Technical Note #004
  2. ********************************************
  3. Lengthy scanning of the compiler output file
  4. ********************************************
  5.  
  6. To find error messages in the compiler output file, E! processes each line
  7. of this file (EWX.OUT) and checks it against the list of files generated by
  8. your Project file. If this list contains numerous files (many wildcards
  9. specifications), scanning the output file will take time. Sometimes minutes.
  10.  
  11. If you can't wait that much, you may try to shorten the process by giving
  12. hints to E! about the compiler output. This is done through the
  13. 'compkeywords' entry of the [sytem] section of EW.INI. Before submitting any
  14. line of the output file to the Analyzer, E! will check whether that line
  15. contains one of the keywords added to this entry (up to 10 keywords, up to
  16. 20 characters each).
  17.  
  18. If at least one of these keywords couldn't be found in the line, it is
  19. discarded, thus sparing the time needed to traverse the list of filenames
  20. belonging to the Project file. The time spared using this technique can be
  21. very big when the Project file and / or the compiler output file contain a
  22. reasonable amount of lines.
  23.  
  24.  
  25. Patrick Philippot
  26. 02/27/93
  27.