Resolving tbb_debug.dll in OpenCV 2.3.1
origin:
To resolve the tbb_debug.dll, for windows:
Download tbb files at http://threadingbuildingblocks.org/download#stable-releases
You may choose to place the folder at ..\OpenCV2.3\build\common
Set up the following:
• Environment variables
$(TBBROOT)bin\ia32\vc10
C/C++ Properties
• General: add an additional include directory:
"$(TBBROOT)\include"
Linker Properties
• General: add an additional library directory (shown for Visual
Studio 2010 32-bit library):
$(TBBROOT)lib\ia32\vc10
• Input: add an additional dependency
tbb_debug.lib or tbb.lib
This should resolve the error message.
Download tbb files at http://threadingbuildingblocks.org/download#stable-releases
You may choose to place the folder at ..\OpenCV2.3\build\common
Set up the following:
• Environment variables
$(TBBROOT)bin\ia32\vc10
C/C++ Properties
• General: add an additional include directory:
"$(TBBROOT)\include"
Linker Properties
• General: add an additional library directory (shown for Visual
Studio 2010 32-bit library):
$(TBBROOT)lib\ia32\vc10
• Input: add an additional dependency
tbb_debug.lib or tbb.lib
This should resolve the error message.
No comments:
Post a Comment