libassuret.lib not found with compiler option /Qtcheck

Submit New Article

Last Modified On :   October 9, 2009 9:00 PM PDT
Rate
 



Problem : 
When linking simple hello world application with /Qtcheck option, I get libassuret40.lib not found fatal error at link time.
If I add the missing lib located in the VTune distribution or Thread Checker cab file error disappears but then I get c:\Program.obj not found error.

Environment : 
Intel(R) C++ Compiler 11.1 + Thread Checker 3.1 + VTune 9.1 for Windows

Root Cause : 
The /Qtcheck option relies on libraries located in Vtune lib path, e.g. "C:\Program Files\Intel\VTune\Analyzer\Lib"

Resolution : 
Open the project property page -> Linker -> General
In the "Additional library Directory", add your vtune lib path, such as: "C:\Program Files\Intel\VTune\Analyzer\Lib".




This article applies to: Intel® C++ Compiler for Windows* Knowledge Base,   Intel® Thread Checker for Windows* Knowledge Base,   Intel® Visual Fortran Compiler for Windows* Knowledge Base,   Intel® VTune™ Performance Analyzer for Windows* Knowledge Base