]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index 9ae550037204019836da7a6f13ac26f9719733de..cb3231b87cd2bae070306cc4821441059f8ef675 100644 (file)
@@ -44,6 +44,9 @@ namespace bbtk
        wxGUIEditorGraphicBBS::wxGUIEditorGraphicBBS(wxFrame *parent)
                : wxFrame(parent, -1, _T("bbtkGEditor"),wxDefaultPosition, wxSize(1200,800))
        {
+
+               printf ("EED %p wxGUIEditorGraphicBBS()\n" , this );
+
                _frameAUIMgr = new wxAuiManager(this);
                
 
@@ -80,7 +83,13 @@ namespace bbtk
        //=========================================================================
        wxGUIEditorGraphicBBS::~wxGUIEditorGraphicBBS()
        {
-               _frameAUIMgr->UnInit();
+               printf ("EED %p ~wxGUIEditorGraphicBBS()\n" , this );
+
+//EED02JUIN2010                delete _tabsMgr;
+
+           _frameAUIMgr->UnInit();
+
+
        }
 
        //=========================================================================
@@ -352,7 +361,10 @@ namespace bbtk
                #endif
 
                //command += ConfigurationFile::GetInstance().Get_bin_path();
-               command +="C:/temp/bbtkBIN/RelWithDebInfo//";
+//EED          command +="C:/temp/bbtkBIN/RelWithDebInfo//";
+//EED          command +="C:/Program Files/CreaTools/bbtk-0.9.5/bin";
+               command +=".";
+
 
                #ifdef MACOSX
                        command += separator + "bbi.app/Contents/MacOS/bbi\" ";