X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkUtilities.cxx;h=672dac69d4163cd303253da91b8fbef0c0164791;hb=31e2f200e025912534be06735c258e2b41285a28;hp=def9fd96352228527a9b6a821e00157395cbbdb6;hpb=19dda39fbfb4f8e1019c4f0dd37aa3afc8a3d1d6;p=bbtk.git diff --git a/kernel/src/bbtkUtilities.cxx b/kernel/src/bbtkUtilities.cxx index def9fd9..672dac6 100644 --- a/kernel/src/bbtkUtilities.cxx +++ b/kernel/src/bbtkUtilities.cxx @@ -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) {