Gentee Programming Language > Documentation > Launch | Download documentation |
This function executes specified bytecode.
DWORD WINAPI ge_load( BYTE* bytecode, DWORD loadflag, BYTE* args )
bytecode Executed bytecode pointer. loadflag Bytecode launching flags. If flags are not used, the bytecode will be loaded to memory without execution. GLOAD_FILE Load the bytecode from the file. bytecode contains filename. GLOAD_ENTRY Load the bytecode and execute the functions with flags entry. GLOAD_MAIN Same as GLOAD_ENTRY and execute function with flag main. GLOAD_CMDARGS Get arguments from the command line of the current process. args Command line arguments for launching the resulting bytecode. The arguments should be separated by the “0” symbol, the last argument should be followed by two zeros. Arguments are defined automaticaly if GLOAD_CMDARGS is specified.
The result of the bytecode’s work.
See alsoGentee API functions ge_compile
![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |