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...
Today i upgraded my Visual Studio 2008 MFC app to Visual Studio 2010 and got the following error message when...