1 ///////////////////////////////////////
\r
5 #include "DialogApp.h"
\r
8 int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
\r
15 // Run the application
\r
16 return theApp.Run();
\r
19 // catch all exceptions inherited from std::exception
\r
20 catch (std::exception &e)
\r
22 // Process the exception and quit
\r