]> Creatis software - bbtk.git/commitdiff
Clean code
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Sun, 12 Dec 2021 15:10:01 +0000 (16:10 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Sun, 12 Dec 2021 15:10:01 +0000 (16:10 +0100)
CMakeLists.txt
kernel/src/bbtkConfigurationFile.cxx
kernel/src/bbtkUtilities.cxx

index 9514401eedcb376b4dd3204a5402a82213af3126..cc43c39411404293bfd807e6f2eedf293af068a5 100644 (file)
@@ -1,4 +1,4 @@
- # ---------------------------------------------------------------------
+ # ---------------------------------------------------------------------
  #
  # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
  #                        pour la SantÈ)
index 753e912c29374c61d487de0c94e3317923b9a588..a103d45da63588dec8f54309011b8f9cbde33e4d 100644 (file)
@@ -378,12 +378,13 @@ namespace bbtk
       }
 
     sprintf(copyFile,"copy %s\\bbtk_config.xml.tmp \"%s\"\\bbtk_config.xml ",bbtk_path,rootDirectory );
+       
 // EED 2021-12-12
-//     WCHAR    rootDirectory2[200];
-//     MultiByteToWideChar( 0,0, rootDirectory, 200, rootDirectory2, 6);
-//     LPCWSTR rootDirectory3 = rootDirectory2;
-//     int attribs = GetFileAttributes (rootDirectory3);
-    int attribs = GetFileAttributes (rootDirectory);
+       WCHAR    rootDirectory2[200];
+       MultiByteToWideChar( 0,0, rootDirectory, 200, rootDirectory2, 6);
+       LPCWSTR rootDirectory3 = rootDirectory2;
+       int attribs = GetFileAttributes (rootDirectory3);
+//    int attribs = GetFileAttributes (rootDirectory);
        
        
     bbtkMessage("config",1,std::hex << attribs << " " << FILE_ATTRIBUTE_DIRECTORY << std::endl);
@@ -392,11 +393,11 @@ namespace bbtk
                if ((attribs & FILE_ATTRIBUTE_DIRECTORY) == FILE_ATTRIBUTE_DIRECTORY ) /// \TODO : check !
                {       
 // EED 2021-12-12
-//                     WCHAR    configPath2[200];
-//                     MultiByteToWideChar( 0,0, configPath, 200, configPath2, 6);
-//                     LPCWSTR configPath3 = configPath2;
-//                     if ( GetFileAttributes( configPath3 ) == 0xFFFFFFFF)
-                       if ( GetFileAttributes( configPath ) == 0xFFFFFFFF)
+                       WCHAR    configPath2[200];
+                       MultiByteToWideChar( 0,0, configPath, 200, configPath2, 6);
+                       LPCWSTR configPath3 = configPath2;
+                       if ( GetFileAttributes( configPath3 ) == 0xFFFFFFFF)
+//                     if ( GetFileAttributes( configPath ) == 0xFFFFFFFF)
                        {
                                system(copyFile);
                        }
index 85323d4b1451f65a7e6de58cef1c75f3af6459ee..672dac69d4163cd303253da91b8fbef0c0164791 100644 (file)
@@ -672,10 +672,10 @@ void wtoc(const WCHAR* Source,CHAR* Dest)
 
 //2018-07-06 mingw64
 //2021-12-12 
-//    wchar_t pname2[512];
-//    long result = GetModuleFileName(NULL, pname2, pathsize);
-//     crea::System::wtoc(pname2,pname);
-    long result = GetModuleFileName(NULL, pname, pathsize);
+    wchar_t pname2[512];
+    long result = GetModuleFileName(NULL, pname2, pathsize);
+       crea::System::wtoc(pname2,pname);
+//    long result = GetModuleFileName(NULL, pname, pathsize);
     if (result > 0)
       {
        /* fix up the dir slashes... */