#include "wx/wxprec.h"
#include <wx/datetime.h>
-
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#endif // EO USE_WXWIDGETS
//===========================================================================
-
-
-
-
-
//===========================================================================
#ifdef USE_WXWIDGETS
-
-
#if defined(_WIN32)
// How to have a Console and wxWidgets
#endif // defined(_WIN32)
-
#include <string>
-
namespace crea
{
//==================================================================
return wx;
}
//==================================================================
-
+
//==================================================================
/// Conversion wxString to std::string
inline std::string wx2std(const wxString& s){
return s2;
}
//==================================================================
-
-
}
#endif // EO USE_WXWIDGETS