|
||
EngineInitStruct |
|
|||||||||||||||||||||||
Structure |
The EngineInitStruct data type is used to configure startup behavior of the SilverEngine development platform.
struct EngineInitStruct { USINT32 bits; char env_file[THIS_COMMAND_SIZE]; char path_exec[THIS_COMMAND_SIZE]; char path_drawing[THIS_COMMAND_SIZE]; char path_library[THIS_COMMAND_SIZE]; };
|
|
||||||||||||||||||||||
Members |
|
|
||||||||||||||||||||||
Remarks |
You should use either EI_USE_ENV or EI_USE_PATHS, not both. EI_USE_ENV takes precedence if both are specified.
When EI_USE_PATHS is specified, the default environment file silver.env must be present in the silver or home directory. |
|
||||||||||||||||||||||
See Also |
|
|||||||||||||||||||||||
Header |
silvere.h |
|