]> Creatis software - bbtkGEditor.git/commitdiff
no message
authordavila <>
Mon, 20 Feb 2012 16:47:07 +0000 (16:47 +0000)
committerdavila <>
Mon, 20 Feb 2012 16:47:07 +0000 (16:47 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx

index 02a6ecff24fd4c3534d4aa4747944e0ede9bff19..4acbbd84e0d2bbc3884d092a2b85c5c0c01803a3 100644 (file)
@@ -385,16 +385,16 @@ namespace bbtk
                tempFile.close();
 
                std::string command = "";
-
-               #ifdef WIN32
-                       command += "\"";
-               #endif
-               command += "\""+ crea::System::GetExecutablePath();
-
-
-#ifdef MACOSX
-               command += separator + "../../../bbi.app/Contents/MacOS";
+               
+#ifdef WIN32
+               command += "start /b ";
 #endif
+               
+               
+//             command += "\""+ crea::System::GetExecutablePath();
+//#ifdef MACOSX
+//             command += separator + "../../../bbi.app/Contents/MacOS";
+//#endif
 
 
                /*
@@ -411,11 +411,18 @@ namespace bbtk
                        command += separator + "bbi\" ";
                #endif
  */
-               command += separator + "bbi\" ";
+               
+//#ifndef WIN32
+//             command += separator;
+//#endif
+               
+               
+               command +=  "bbi ";
                command += "\""+filename + "\"";
-               #ifdef WIN32
-                       command += "\"";
-               #endif
+               
+//             #ifdef WIN32
+//                     command += "\"";
+//             #endif
 
         #ifndef WIN32
             command += " & ";