D
Daniel =?iso-8859-1?Q?Lidstr=F6m?=
Hi,
how can I get the c_str() from a CString? The only way I've found is this:
const char* str = (LPCSTR)cstring;
how can I get the c_str() from a CString? The only way I've found is this:
const char* str = (LPCSTR)cstring;