Win7opencv2.3.1vs2008: there is no error in compiling a small program in the Chinese version of opencv. when running the program, the error "Computer loss tbb_debug.dll" is reported ". The reason is that the dynamic library withtbb of opencv2.3.1 is used, but tbb is not installed in the system, so an error is reported. Sort out the collected solutions: 1. the simplest method:... opencvbuild
Win7opencv2.3.1vs2008: there is no error in compiling a small program in the Chinese version of opencv. when running the program, the error "Computer loss tbb_debug.dll" is reported ". The reason is that the dynamic library of opencv2.3.1 with tbb is used, but tbb is not installed in the system, so an error is reported. Sort out the collected solutions: 1. the simplest method: .. \ opencv \ build
Win7 + opencv2.3.1 + vs2008
Compiling a small program in the Chinese version of opencv is normal. when running the program, the error "Computer loss tbb_debug.dll" is reported ".
The reason is that the dynamic library of opencv2.3.1 with tbb is used, but tbb is not installed in the system, so an error is reported.
Sort out the collected solutions:
1. The simplest method is to copy the tbb. dll file under .. \ opencv \ build \ common \ tbb \ ia32 \ vc9 and change it to tbb_debug.dll.
2. General Method: We recommend that you download INTELTBB3.0http: // www.threadingbuildingblocks.org/... ss_win.zip, decompress it, find tbb_debug.dll, and put it under .. \ opencv \ build \ common \ tbb \ ia32 \ vc9. Recompile and solve the problem.