Site hosted by Angelfire.com: Build your free website today!

Kotpal's Shell NameSpace Extension - AppWizard :

Frequently Asked Questions:


1) Why do I get the

Linker error LNK2001 for unresolved external symbol _chkesp

when I compile the NSExt.AWX generated project under VC++ 6.0 ?

A) VC ++ 6.0 by default puts in /GZ option... Either remove it from Project | Settings or include the following in the projects root header file...

#pragma check_stack off

 

Top