Run() begins the app. You should load a stringtable first via SetLanguage(). Run() does not return until the app is exiting. It calls the overrideables for OnStart(), OnEnd(), and MainLoop() however so your derived class gets control.
Definition at line 432 of file CATApp.cpp. References CAT_SUCCESS, CATFAILED, MainLoop(), OnEnd(), and OnStart(). Referenced by WinMain().
|