Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Dock / src / main.cpp
1 ///////////////////////////////////////\r
2 // main.cpp\r
3 \r
4 \r
5 #include "stdafx.h"\r
6 #include "DockingApp.h"\r
7 \r
8 \r
9 int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int)\r
10 {\r
11         try\r
12         {\r
13                 // Start Win32++\r
14                 CDockingApp theApp;\r
15 \r
16                 // Run the application\r
17                 return theApp.Run();\r
18         }\r
19         \r
20         // catch all exceptions inherited from std::exception\r
21         catch (std::exception &e)\r
22         {\r
23                 // Process the exception and quit \r
24                 e.what();\r
25                 return -1;\r
26         }\r
27 }\r

UCC git Repository :: git.ucc.asn.au