printf("EED HistogramDialogComboBox\n");
#ifdef LINUX
std::string currentpath = crea::System::GetExecutablePath();
- currentpath.append("../share/creaMaracasVisu/data/");
+
+
+ currentpath.append("../share/creaMaracasVisu/data/");
+printf("EED JCP OOOOJJJOOO cambiar esto HistogramDialogComboBox::HistogramDialog writting in this directory\n");
+ currentpath = "/home/davila/dataHistogram";
+
+
crea::System::createDirectory(currentpath.c_str());
#endif
}
#ifdef LINUX
currentpath = crea::System::GetExecutablePath();
currentpath.append("../share/CreaMaracasVisu/data/");
+
+printf("EED JCP OOOOJJJOOO cambiar esto HistogramDialogComboBox::HistogramDialog writting in this file ******************\n");
+ currentpath = "/home/davila/dataHistogram";
+
#endif
currentpath.append(FILENAME);
Program: wxMaracas
Module: $RCSfile: marTypes.h,v $
Language: C++
- Date: $Date: 2010/04/20 14:42:44 $
- Version: $Revision: 1.8 $
+ Date: $Date: 2010/11/03 19:44:45 $
+ Version: $Revision: 1.9 $
Copyright: (c) 2002, 2003
License:
-
- This software is distributed WITHOUT ANY WARRANTY; without even
- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+
+ This software is distributed WITHOUT ANY WARRANTY; without even
+ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
#define MARACASVISULIB_EXPORTS __declspec( dllimport )
#endif //maracasvisulib_EXPORTS
#else
- #define MARACASVISULIB_EXPORTS
+ #define MARACASVISULIB_EXPORTS
#endif
*/
// LG 15/01/09 : Now use crea mechanism
* This file is included by all project files.
*/
-#include <creaSystem.h>
+#include "creaSystem.h"
// This redefinitions shoul be useless using uint8_t, etc // JPR