EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

gentee

The main structure of gentee engine.

typedef struct
{
   uint flags;
   uint multib;
   uint tempid;
   str tempdir;
   uint tempfile;
   printfunc print;
   getchfunc getch;
   messagefunc message;
   exportfunc export;
   debugfunc debug;
   pubyte args;
} gentee, *pgentee;

Members

flags Flags.
G_CONSOLEConsole application.
G_SILENTDon't display any service messages.
G_CHARPRNPrint Windows characters.
G_ASMRun-time converting a bytecode to assembler.
G_TMPRANDRandom name of the temporary directory.
multib 1 if the current page is two-bytes code page
tempid The indetifier of the temporary directory.
tempdir The temporary directory
tempfile The handle of the file for locking tempdir
print The custom print function
getch The custom getch and scan function
message The custom message function
export The custom export function
debug The custom debug function
args Command -line arguments. arg1 0 arg2 00

Related links

Source