company logo

main_functions - Executables

Executables (ODC_Executable) are 'classes' which are defined in order to create executable units. An executable may consist of one or more functions. Typically, an executable has a main() function, which defines the entry point for the executable.

When creating dynamic libraries, executables need not to be defined explicitly. In this case the name of the executable is the module name or the library name defined in the module.

Keys: