Article ID: 191669 - Last Review: October 3, 2005 - Revision: 3.2 You may receive an "error LNK2001 unresolved external symbol __chkesp" error message when you build a project with Visual C++ 6.0This article was previously published under Q191669 On This PageSYMPTOMS When building a project with Visual C++ 6.0, you may get
the following linker error: error LNK2001: unresolved
external symbol __chkesp CAUSE The new compiler stack-checking feature requires you to
link with the C run-time library. RESOLUTION Either link with one of the C run-time libraries or disable
the compiler stack-checking feature (remove /GZ from the compiler switches). STATUS
This behavior is by design. MORE INFORMATIONSteps to reproduce the behaviorSample code | Article Translations
|
Back to the top
