OSDN Git Service

2012/01/03 23:20:27
authorqwerty2501 <riot313@gmail.com>
Tue, 3 Jan 2012 14:20:27 +0000 (23:20 +0900)
committerqwerty2501 <riot313@gmail.com>
Tue, 3 Jan 2012 14:20:27 +0000 (23:20 +0900)
nlite.suo
nlite/nlite.cpp
nlite/nlite_mailframe.h
nlite/nlite_mainframe.cpp

index 7f498f0..a36ba85 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index d51b219..81b4125 100644 (file)
@@ -63,11 +63,13 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE,
                errMessage += e.getFileName();
                
                MessageBox(NULL,errMessage.c_str(),TEXT("\83n\83\93\83h\83\8b\82³\82ê\82Ä\82È\82¢\83G\83\89\81["),MB_ICONERROR | MB_OK);
+               errprint(TEXT("\83n\83\93\83h\83\8b\82³\82ê\82Ä\82¢\82È\82¢\83G\83\89\81[:%s"),errMessage.c_str());
 
                goto nlitefinally;
        }catch(std::exception &e){
                
                MessageBoxA(NULL,e.what(),"\83n\83\93\83h\83\8b\82³\82ê\82Ä\82È\82¢\95s\96¾\82Ì\83G\83\89\81[",MB_ICONERROR | MB_OK);
+               errprint_mb(CP_THREAD_ACP,"\83n\83\93\83h\83\8b\82³\82ê\82Ä\82¢\82È\82¢\95s\96¾\82È\83G\83\89\81[:%s",e.what());
 
                goto nlitefinally;
        } 
index 4a7087d..d4fdcb5 100644 (file)
@@ -53,6 +53,7 @@ namespace nlite{
                                        
                                        cs.Unlock();
                                        
+                                       
                                }
                                return;
                        }
index eaa3325..3ae71de 100644 (file)
@@ -30,7 +30,7 @@ VOID CNliteMainFrame::ChangeSize(const SIZE& client){
 
        commentWriteWindow.MoveWindow(0,client.cy - (commentWriteWindowSize.cy + statusBarHeight),client.cx,client.cy);
        
-
+       
 
        return;
 }