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.
Asia Summit Call For Host is Here
2 days ago
No comments:
Post a Comment