X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkUtilities.h;h=bfad45561227dad6df11949bc2577822be9ce438;hb=027bd220c2819146658da884f08b10ffc40545e3;hp=8711393d233f267a2645ae01051ec1bddf8f92bb;hpb=cd48d6c543f0238a07dade3387b3c363096d9179;p=bbtk.git diff --git a/kernel/src/bbtkUtilities.h b/kernel/src/bbtkUtilities.h index 8711393..bfad455 100644 --- a/kernel/src/bbtkUtilities.h +++ b/kernel/src/bbtkUtilities.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkUtilities.h,v $ Language: C++ - Date: $Date: 2008/02/08 14:58:31 $ - Version: $Revision: 1.11 $ + Date: $Date: 2008/02/18 10:41:02 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See doc/license.txt or @@ -128,7 +128,8 @@ namespace bbtk // WIN 32 mechanism // shared lib name = .dll - // remove {bb} if any +// EED Problem loading package call bbtkTools +// // remove {bb} if any if (memcmp (pkgname.c_str(), "bb", 2) == 0) { pkgname = pkgname.substr(2, pkgname.length()); }