home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D / FIRSTAID.ZIP / FirstAid.txt < prev   
Encoding:
Text File  |  1997-07-09  |  2.1 KB  |  26 lines

  1.                  ***********************
  2.                  * FirstAid for Delphi *
  3.                  ***********************
  4.  
  5. Every so often the Delphi IDE (2 & 3) seems to get confused about its line numbers: errors are reported in places there is no code; the debugger jumps about with no apparent relation to the code that is being executed.
  6.  
  7. The Delphi newsgroups propose many diagnoses but, in my experience, the culprit has always been code pasted into the IDE from another source. The Delphi IDE flags line breaks with the characters $D$A but some other editors use $A$D or even just $A or $D. The IDE understands such markers enough to format the code correctly but not enough to mark errors properly.
  8.  
  9. The solution is straightforward but awkward: filter out any improper codes. FirstAid does the job for you.
  10.  
  11. FirstAid for Delphi was written in Borland's Delphi by Robert R. Marsh, S.J. This is Version 1.1 (just quicker than v 1.0!).
  12.  
  13. FirstAid is simple utility knocked off in an afternoon. It appears to work but I cannot guarantee it won't do something terrible to you or yours. As always use it at your own risk.
  14.  
  15. Please let me know of any bugs you may discover and whether or not you find FirstAid useful. I can be contacted at RobMarsh@aol.com. Other Delphi stuff can be downloaded from the web site:
  16.  
  17. http://members.aol.com/robmarsh/
  18.  
  19. You may distribute FirstAid as widely as you wish as long as you distribute the entire package intact. You may use FirstAid without charge as long as you make no profit from its direct sale. If you do use this program you might consider making a gift to your favorite charity.
  20.  
  21.  
  22. Users of FirstAid must accept the usual legal stuff, i.e., the following disclaimer of warranty:
  23.  
  24. FirstAid is supplied as is. The author disclaims all warranties, expressed or implied, including, without limitation, the warranties of merchantability and of fitness for any purpose. The author assumes no liability for damages,direct or consequential, which may result from the use of FirstAid.
  25.  
  26. Copyright (c) 1997, Robert R. Marsh, S.J. & the British Province of the Society of Jesus.