From 9d0c916a1c22615b25f84b8a219df1f607a110e5 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 17 Apr 2005 23:57:44 +0000 Subject: Test updates --- src/test/w32dtst.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/test/w32dtst.cpp') diff --git a/src/test/w32dtst.cpp b/src/test/w32dtst.cpp index e940bcd..21074f6 100644 --- a/src/test/w32dtst.cpp +++ b/src/test/w32dtst.cpp @@ -300,6 +300,14 @@ private: switch(cmd) { + case IDMENUDIALOG: + { + Test t; + + t.ShowModal(W32DLib::Common::GetInstance(),m_wnd); + break; + } + case IDMENUQUIT: Dialog::Close(IDCANCEL); break; @@ -396,6 +404,15 @@ int WINAPI WinMain (HINSTANCE hInstance, WriteInt("ro",rd,"int"); WriteStr("ro",rd,"str"); + if (hInstance==W32DLib::Common::GetInstance()) + { + std::cout << "Common::GetInstance() OK" << std::endl; + } + else + { + std::cout << "Common::GetInstance() FAILED" << std::endl; + } + i=t.ShowModal(hInstance,NULL); if (i==IDOK) -- cgit v1.2.3