Convert CString to const char *
If unicode not enabled CString str = "Hello World"; char *c = (char *)(LPCTSTR)str; If unicode support is enabled in...
If unicode not enabled CString str = "Hello World"; char *c = (char *)(LPCTSTR)str; If unicode support is enabled in...