Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / TabDemo / src / TabDemoApp.cpp
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/TabDemo/src/TabDemoApp.cpp b/research/transmission_spectroscopy/TOF/Win32++/samples/TabDemo/src/TabDemoApp.cpp
new file mode 100644 (file)
index 0000000..270453f
--- /dev/null
@@ -0,0 +1,31 @@
+//////////////////////////////////////////////\r
+//TabDemoApp.cpp\r
+\r
+#include "stdafx.h"\r
+#include "TabDemoApp.h"\r
+\r
+\r
+// Definitions for the CTabDemoApp class\r
+CTabDemoApp::CTabDemoApp()\r
+{\r
+}\r
+\r
+CTabDemoApp::~CTabDemoApp()\r
+{\r
+}\r
+\r
+BOOL CTabDemoApp::InitInstance()\r
+{\r
+       //Create the Frame Window\r
+       if (!m_Frame.Create())  \r
+       {\r
+               // We get here if the Frame creation fails\r
+               \r
+               ::MessageBox(NULL, _T("Failed to create Frame window"), _T("ERROR"), MB_ICONERROR);\r
+               return FALSE; // returning FALSE ends the application\r
+       }\r
+\r
+       return TRUE;\r
+}\r
+\r
+\r

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