EnglishРусский  

Ads

Scriptius script builder
Provides the best choice in work automation and great time saving features.

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

Gentee API

There is an option for software engineers to run programs in Gentee in their own applications. To do that, it is enough to connect the gentee.dll file. It contains several importable functions, which are responsible for compilation and execution of the programs.

 
gentee_call Call the function from the bytecode.
gentee_compile Program compilation.
gentee_deinit End of working with gentee.
gentee_getid Get the object's identifier by its name.
gentee_init Initialization of gentee.
gentee_load Load and launch the bytecode.
gentee_ptr Get Gentee structures.
gentee_set This function specifies some gentee parameters.

Types

gentee The main structure of gentee engine.
compileinfo The structure for the using in gentee_compile function.
optimize The structure for the using in compileinfo structure.
Edit