开发者

'_resetstkoflw': identifier not found

I'm upgrading a VC++ 6.0 project to VS2010 and I'm getting this error when compiling.

c:\开发者_运维技巧program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\atlalloc.h(643): error C3861: '_resetstkoflw': identifier not found

Does anyone have any suggestions?

Thanks


It turns out that this compiler error was caused by my use of _CRTDBG_MAP_ALLOC and _INC_MALLOC macros that I was using. _CRTDBG_MAP_ALLOC was for Microsoft memory leak detection and _INC_MALLOC excluded standard memory allocation procedures. When I commented out those macros I was able to get past the _resetstkoflw compilation error.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜