#include "SaConsoleCalls.h"
void SaDisableConsole();
SaDisableConsole
sets an internal flag which prevents the console from receiving error text and "popping up" when an error is received. Use SaAddConsoleErrHandler
to install an error handler to get the text.