Program: bbtk
Module: $RCSfile: bbtkConfigurationFile.cxx,v $
Language: C++
- Date: $Date: 2010/11/02 10:15:43 $
- Version: $Revision: 1.34 $
+ Date: $Date: 2011/02/28 19:06:55 $
+ Version: $Revision: 1.35 $
=========================================================================*/
/* ---------------------------------------------------------------------
#include "bbtkXML.h"
#include "bbtkUtilities.h"
+#include "creaSystem.h"
+
#if defined(WIN32)
# include <direct.h> // for getcwd
# include <windows.h>
// ------------------ create some usefull strings ----------------
// installed bbtk_path
- char bbtk_path[100];
- strcpy(bbtk_path, "/usr/local/bin");
+ char bbtk_path[1000];
+ strcpy(bbtk_path, Utilities::GetExecutablePath().c_str()); // JPR
+ //strcpy(bbtk_path, "/usr/local/bin");
// rootDirectory
char rootDirectory[200];