Error:
error C3861: '_ASSERTE': identifier not found
Solution:
The reason for this is, there is a crtdbg.h in project. so #include crtdbg.h goes to own crtdbg.h
1. In my case, tt is caused _ASSERTE doesn't defined in wceshunt.
Please remove path wceshunt\include from include directories.
2. If the path already be removed, such as project icu.
Please add C:\Program Files\Microsoft Visual Studio 9.0\VC\include to include directories. It should be added ahead wceshunt\include if you don't remove wceshunt from include directories.
沒有留言:
張貼留言