How to get the WTTLog.lib and wttlogger.h header file for 64-bit version of WTTLog.DLL
问题 This is in continuation for the thread "Unresolved external symbol error occurring only in 64-bit mode and not in 32-bit build" . I have a VC++ code (built using VS2008), which makes use of some static libraries (*.lib files linked statically during compile time). For ease of understanding let's refer my EXE code as "AAA.EXE" & refer the lib files as "A.lib", b.lib and LOGGER.lib (the library which is causing the below error) Both the AAA.EXE code and static libraries code (LOgger.lib) are