Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VS 2015 で 64 ビット C++ コードを作成しています。
DWORD testVar; testVar= strLen((LPCSTR)src); // where src is a CString.
警告 - C4267 'argument': 'size_t' から 'DWORD' への変換、データが失われる可能性があります。
どんな提案も役に立ちます。