#include "vtkMetaImageReader.h"
#include <map>
-#include "vtkImageData.h"
+#include "vtkImageData.h"mb_
#include "wx/artprov.h"
#include <wx/filedlg.h>
}else if (w.GetReturnCode() == wxID_CANCEL){
vtkMetaImageReader *reader = vtkMetaImageReader::New();
wxString filename= getExecutablePath()+ wxString( _T("/data/hola.mhd") , wxConvUTF8 );
- reader->SetFileName( filename.c_str() );
+ reader->SetFileName( (const char*)(filename.mb_str()) );
reader->Update();
images.push_back(reader->GetOutput());
}else{