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.
Beyond “Prompt and Pray”
13 hours ago
No comments:
Post a Comment