Gentee Programming Language > Documentation > Launch | Download documentation |
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_call | Calling the function from the bytecode |
ge_compile | Program compilation |
ge_deinit | End of working with gentee.dll |
ge_execute | Compilation and program run |
ge_freebcode | Deallocation of structure with the resulting bytecode |
ge_getid | Object’s identifier from the bytecode |
ge_init | Initialization of gentee.dll |
ge_load | Launch bytecode |
Examples MS Visual C/C++ and Delphi
![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |