]> Creatis software - creaContours.git/blobdiff - appli/wxContourGUIExample/wxContourGUIExample.cxx
*** empty log message ***
[creaContours.git] / appli / wxContourGUIExample / wxContourGUIExample.cxx
index 190111890132816ee0a09fe6d22e10f56ead67c4..201dcbb51b1ca961cfe88f913ad80ef0943a9015 100644 (file)
@@ -47,7 +47,8 @@
 #  define PATH_MAX 2048
 #endif 
 
-
+#include <direct.h>
+#include <stdlib.h>
 
 
 wxContourMainFrame* wxTheApplication::frame = 0;
@@ -280,6 +281,10 @@ void wxAppConsole::OnAssertFailure(char const *,int,char const *,char const *,ch
 bool wxTheApplication :: OnInit()
 {
 
+
+       
+       
+
        wxInitAllImageHandlers();
 
    int image_type = GIMMICK_3D_IMAGE_SELECTION;