error C2440: 如沒法從「const char [N]」轉換爲「LPCWSTR」 的一點總結

通常出現這種BUG 的,是因爲字符集的問題。在vs2005中有兩個字符集,Unicode 和 Muti-bye。.net   LPCTSTR在Multi-byte Character方式下與const char*等價,在Unicode方式下與const tchar*等價。因此在Unicode方式下對其賦值像下面這樣:code LPCTSTR location = _T("Software//");
相關文章
相關標籤/搜索