]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkUtilities.cxx
3512 clean bbs2 python version
[bbtk.git] / kernel / src / bbtkUtilities.cxx
index def9fd96352228527a9b6a821e00157395cbbdb6..672dac69d4163cd303253da91b8fbef0c0164791 100644 (file)
@@ -671,6 +671,7 @@ void wtoc(const WCHAR* Source,CHAR* Dest)
 #ifdef WIN32
 
 //2018-07-06 mingw64
+//2021-12-12 
     wchar_t pname2[512];
     long result = GetModuleFileName(NULL, pname2, pathsize);
        crea::System::wtoc(pname2,pname);
@@ -785,7 +786,6 @@ void wtoc(const WCHAR* Source,CHAR* Dest)
   {
     char name[PATH_MAX];
     int err = get_app_path(name, PATH_MAX);
-printf("EED bbtk Utilities::GetExecutablePath 1%s \n",name);
        
     if (err) 
     {