}
//=========================================================================
void wxGUIEditorGraphicBBS::OnPlugPackage(wxCommandEvent& event) {
- //printf("EED wxGUIEditorGraphicBBS::OnPlugPackage ... not implemented ..\n");
- //this is the right code but it's left to include the corresponding commented libraries
+ //DFGO2012 Plug Package functionnalities
long style = wxDD_DEFAULT_STYLE | wxDD_DIR_MUST_EXIST;
wxDirDialog* FD =
new wxDirDialog( 0,
#endif
#endif
-
- wxMessageBox(_T(err),_T("Plug package"),wxOK | wxICON_ERROR);
+ wxMessageBox(crea::std2wx(err), _T("Plug package"),wxOK | wxICON_ERROR);
+ // THE FOLLOWING LINE GIVES ERRORS BECAUSE IT IS NECESSARY TO USE std2wx
+ //wxMessageBox( _T( err) , _T("Plug package"),wxOK | wxICON_ERROR);
}
}
}while(userResponse != wxID_CANCEL);