From 30e6f91d900fd9cdaa780719615ebe8d0959403a Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 9 Oct 2003 04:49:02 +0000 Subject: Allez zou... --- PE/reinsert.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'PE/reinsert.cpp') diff --git a/PE/reinsert.cpp b/PE/reinsert.cpp index 3a8244b..c44354d 100644 --- a/PE/reinsert.cpp +++ b/PE/reinsert.cpp @@ -12,6 +12,7 @@ BOOL CALLBACK AboutDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam) { + Base::printm(M_INFO, "AboutDlgProc: uMsg = %i (0x%x)\n", uMsg, uMsg); switch(uMsg) { case WM_COMMAND: @@ -33,10 +34,10 @@ virtual int startup() throw (GeneralException) { Handle * iw; cdutils * cd; - DialogBox(0, MAKEINTRESOURCE(IDD_ABOUT), GetActiveWindow(), AboutDlgProc); - verbosity = M_INFO; + DialogBox(0, MAKEINTRESOURCE(IDD_ABOUT), GetActiveWindow(), AboutDlgProc); + ir = new Input("PE1.bin"); iw = new Output("PE1.bin", 0, 0); cd = new cdutils(ir, iw); -- cgit v1.2.3