DTM Data Generation Script Compiler

The compiler converts data generation script to windows executable and, optional C# source code file.

Requirements: the compiler and produced executable file require .net 2.0 or newer. Suitable operating systems are Windows 2000 and newer.

Command line parameters

Parameter Default Value Description
-s<file> Mandatory parameter Name with full or relative path to source script (.DGL).
-e<file> Mandatory parameter Name with full or relative path to executable file (.EXE).
-c<file> No C# will be created by default Name with full or relative path to C# intermediate code (.cs).
-l<file> Script compiler uses console as default output Name with full or relative path for custom compiler log file.
-o<file> Program uses console as default output Name with full or relative path for created program output file.
-r<0|1> 1 (means 'YES') When the switch is '1' the compiler will copy supplemental DLL add 'Value Library' to directory with generated EXE file.
-h   Show brief help for command line parameters.

Note: command line switches are case sensitive.

Examples

dgl_compiler.exe -sD:\SOURCES\NowrthWind.dgl -eD:\EXECUTABLES\NowrthWind.exe