3 #include "SimpleApp.h"
\r
6 int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
\r
11 CSimpleRibbonApp theApp;
\r
13 // Run the application
\r
14 return theApp.Run();
\r
17 // catch all exceptions inherited from std::exception
\r
18 catch (std::exception &e)
\r
20 // Process the exception and quit
\r