ARGH
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / tutorials / Tutorial1 / main.cpp
1 ///////////////////////////////////////\r
2 // main.cpp\r
3 \r
4 #include "wincore.h"\r
5 \r
6 // Notes:  \r
7 //  1) This application doesn't end when the window is closed\r
8 //  2) Add the Win32++\include  directory to project's additional include directories\r
9 \r
10 \r
11 \r
12 int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int)\r
13 {\r
14         // Start Win32++\r
15         CWinApp MyApp;\r
16 \r
17         // Create a CWnd object\r
18         CWnd MyWindow;\r
19 \r
20         // Create (and display) the window\r
21         MyWindow.Create();\r
22 \r
23         // Run the application\r
24         return MyApp.Run();\r
25 }\r
26 \r
27 \r

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