Working with main version of Det

Working version requires .ts file with the compiled rules. If it is missing in the command string, the standard Windows file open dialog activates.

The rule compiler (necessary to build the new expert system) has the following syntax:
esk_cpp Key_text_file Output_file Listing_file

The Listing_file is only used to find possible errors that are reported during compilation.
The Key_text_file contains the texts of one or several keys to compile. It describes the dichotomic trees. The questions can contain the references to the image files. If you dont understand the syntax from the example included, contact me for more information. After compiling, the Key_text_file is still needed in the current folder, because the .ts file does not contains the questions text.

Working version of Det comes with one example (determining of geometric figures). The bath file Komp.bat or Protect.bat compiles this example (Protect.bat works in protected mode). The Total.bat also launches Det.exe.

Back