InitializeIOManager
This parameter specifies whether the TurboPlayer or TurboPlayerGUI should initialize the IO manager during startup. This is true, if you have IO modules which should be running. Sometimes this is not necessary, e.g. if you start a GUI-Only which connects to a remote engine and the GUI does not handle any IO modules.
ATTENTION: If you run a TurboPlayerEngine and a TurboPlayerGUI on the same computer this parameter must be set to FALSE! The engine initializes the IO manager independent of this parameter and a second initialization within the GUI (if the parameter would be TRUE) can produce strange results.
Possible values: TRUE, FALSE
Default value: