Gentee Programming Language > Documentation > Launch Download documentation

Gentee API functions

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. In the Examples subdirectory, there are two identical projects written in Delphi and MS Visual C/C++. They illustrate basic features of working with Gentee from external programs.

ge_callCalling the function from the bytecode
ge_compileProgram compilation
ge_deinitEnd of working with gentee.dll
ge_executeCompilation and program run
ge_freebcodeDeallocation of structure with the resulting bytecode
ge_getidObject’s identifier from the bytecode
ge_initInitialization of gentee.dll
ge_loadLaunch bytecode

See also

    Examples MS Visual C/C++ and Delphi


 Copyright © 2004-2006 Gentee Inc. All rights reserved.