delayload
-
Hi folks, I've got a problem with delayload. Linking my C++ project in my venerable Visual Studio 97 delayload works fine. However, I've just downloaded the free VC++ toolkit 2003 which includes a new compiler and linker. With the new linker I get the error "unresolved external symbol ___delayLoadHelper2@8". Researching this I find that Microsoft have renamed the DelayLoadHelper routine to DelayLoadHelper2 and that I therefore need the new delayimp.lib - but strangely this isn't included in VC++ toolkit 2003 nor is it in the Windows SDK (there is a 64 bit version though). Does anyone know where I can get the latest delayimp.lib file? Thanks, Chris
-
Hi folks, I've got a problem with delayload. Linking my C++ project in my venerable Visual Studio 97 delayload works fine. However, I've just downloaded the free VC++ toolkit 2003 which includes a new compiler and linker. With the new linker I get the error "unresolved external symbol ___delayLoadHelper2@8". Researching this I find that Microsoft have renamed the DelayLoadHelper routine to DelayLoadHelper2 and that I therefore need the new delayimp.lib - but strangely this isn't included in VC++ toolkit 2003 nor is it in the Windows SDK (there is a 64 bit version though). Does anyone know where I can get the latest delayimp.lib file? Thanks, Chris