directx compilation problem with MFC:
error LNK2019: unresolved external symbol "int __stdcall lstrlenWInternal(wchar_t const *)" (?lstrlenWInternal@@YGHPB_W@Z) referenced in function "public: ....
Solution:
The definition of lstrlenW is in
Putting #undef lstrlenW after the include solves the problem.
New Package Management Tool Debuts
1 day ago
No comments:
Post a Comment