]> Creatis software - bbtk.git/blobdiff - kernel/appli/bbi/bbi.cxx
MacOSX build
[bbtk.git] / kernel / appli / bbi / bbi.cxx
index 3d3e890e31bef0b16d2354079e4501820e5a01d5..86952f5632ec0b33e23f72010eca28c04f2f500c 100644 (file)
@@ -151,7 +151,7 @@ bool wxBBIApp::OnCmdLineParsed(wxCmdLineParser& parser)
 // main frame
 bool wxBBIApp::OnInit( )
 {
-  //    std::cout << "OnInit"<<std::endl;
+      std::cout << "OnInit"<<std::endl;
   wxApp::OnInit();
 #ifdef __WXGTK__
   //See http://www.wxwindows.org/faqgtk.htm#locale
@@ -211,6 +211,9 @@ bool wxBBIApp::OnInit( )
     {
       //      std::cout << "!I->Close"<<std::endl;
     }
+       
+       std::cout << "EO OnInit"<<std::endl;
+
   return true;
 
 }
@@ -241,7 +244,7 @@ IMPLEMENT_APP_NO_MAIN(wxBBIApp);
 
 
 int main(int argc, char* argv[])
-{
+{      
   wxMessageOutput::Set( new wxMessageOutputBest );
 
   wxCmdLineParser parser(cmdLineDesc,argc,argv);