Description of TVirtComp :
TVirtComp is a Delphi component, which encapsulates the interpreter of the VIRT programming language. It is non-visual component that you can drop into your Delphi application so that you can extend and customize an application without having to recompile it. Using TVirtComp a Delphi application will be able:to create, to save, to load, to execute binary VIRT program;to call VIRT functions;to read and write variables that VIRT uses;to read and write published Delphi properties;to control an Automation server with IDispatch interface;to create VIRT i!nterpreter extensions;to check VIRT program syntax at design time.New:Improvements in implementation of interpreter..Processing of exceptions in external functions.Additional methods.