gentee_load
Load and launch the bytecode. This function loads the bytecode from the file or the memory and launch it if it is required. You can create the bytecode with gentee_compile function.
uint STDCALL gentee_load (
pubyte bytecode,
uint flag
)
pubyte bytecode,
uint flag
)
Parameters
bytecode | The pointer to the bytecode or the filename of .ge file. | ||||||
flag | Flags.
|
Return value
The result of the executed bytecode if GLOAD_RUN was defined.
Related links | Source |