Note about Building Test Harness Applications from ParserBuilder.

When you select the command BUild and Run (Ctrl+F9) and you are generating a test harness application using the $C (Compiler) option, the default Delphi Form will require "JvDragDrop.pas" from the JEDI JVCL library (http://www.delphi-jedi.org).

If you don't want to use this library, you can edit the "pbCOMPILER.FRM" and "pbCOMPILER.FORM" frame files to remove references to them - or use the "NonJVCLpbCOMPILER.FORM" and "NonJVCLpbCOMPILER.FRM" files as your compiler frames.

The joy of using the JvDragDrop component is being able to drag a load of files from Explorer and have them all parse in sequence. 


