DeCaf:Net the poor mans solution to the world of the web.
The Programs downloads are split into several ZIP files: The NTS Page Producer Wizard, The HQL Converter, the HQL Kernel, and the group of Verbs.
The NTS Page Producer Wizard ZIP file includes the NTSWpp.Exe and NTSDS9.Dll. When you run the NTSWpp.Exe program it will create a NTSWpp.Xml file. This file is equivalent to a standard Ini file used by many Windows programs controlling the programs setup.
The HQL Convert ZIP file includes the HQLCnvrt.Exe file. When you run this file it will create the standard Ini file. Note: This program will properly not be a part of the product release since the NTS Page Producer Wizard will also be able to convert the HQL files to HTML files. The reasons for this program have been so fare to test the Verbs and bootstrap the development. The program is missing the GUI for the setup so any changes has to be done via an editor and the Ini file.
The HQL Kernel ZIP file includes the HQLKernel.Exe file. This program does not have a setup file. The calling COM client (currently the HQL Converter and soon the NTS Page Producer Wizard will control the COM Server and its setup). Note: Since the program is a COM Server you will either have to register the program or just run it once so the Windows register can be updated.
The Verbs ZIP file will include the hqlInclude.Dll, hqlCSV.Dll, hqlXML.Dll, hqlWord.Dll, hqlExcel.Dll, hqlInc.Dll, hqlDec.Dll, and hqlMenu.Dll. Un-zip the files to the home folder of the HQL Kernel program. The HQL Kernel will interrogate the home folder for any hqlXXX.Dll files to build its language library via late binding.