X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FwxContourGUIExample.cxx;h=420a8941a80ee2620a13aca2d6a72550befbabfb;hb=refs%2Fheads%2Fvtk8itk4wx3-mingw64;hp=4c3a29628e0ffc4dd425b2c9347a1b60fc8fc8c5;hpb=a1a71313f5569279919f44fcc2a5ebbbea123057;p=creaContours.git diff --git a/appli/wxContourGUIExample/wxContourGUIExample.cxx b/appli/wxContourGUIExample/wxContourGUIExample.cxx index 4c3a296..420a894 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.cxx +++ b/appli/wxContourGUIExample/wxContourGUIExample.cxx @@ -29,14 +29,9 @@ #include "wxContourGUIExample.h" #include "wxContourMainFrame.h" -//#include "OutlineModelManager.h" -//#include "wxContourEventHandler.h" -//#include -//#include #include #include #include -//#include "wxContourMainPanel.h" #include "vtkMetaImageReader.h" #include #include "vtkImageData.h" @@ -70,13 +65,13 @@ wxContourGUIExample :: wxContourGUIExample(const wxString& title, const wxPoint& */ #ifdef _DEBUG -void wxAppConsole::OnAssert(char const *,int,char const *,char const *) -{ -} +//void wxAppConsole::OnAssert(char const *,int,char const *,char const *) +//{ +//} -void wxAppConsole::OnAssertFailure(char const *,int,char const *,char const *,char const *) -{ -} +//void wxAppConsole::OnAssertFailure(char const *,int,char const *,char const *,char const *) +//{ +//} #endif bool wxTheApplication::OnInit() @@ -113,6 +108,7 @@ bool wxTheApplication::OnInit() //JCP //std::string datadir( crea::wx2std(GetExecutablePath()) ); std::string datadir( crea::System::GetExecutablePath() ); + //JCP #ifdef LINUX /* assume this is OSX */ datadir=datadir+"/../share/creaContours";