G
Gideon
is there a simpler way then this ->
static_cast<char*>(System::Runtime::InteropServices::Marshal::StringToHGloba
lAnsi(str).ToPointer());
to convert a System::String to a char*.
also , any simple way to convert System::String to Std::String?
thanks.
static_cast<char*>(System::Runtime::InteropServices::Marshal::StringToHGloba
lAnsi(str).ToPointer());
to convert a System::String to a char*.
also , any simple way to convert System::String to Std::String?
thanks.