Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Help! About Tbb.dll

wangzhi0417
Beginner
392 Views

Hi all, I installed tbb on my system recently, but when I compile a program in VS2005 which has nothing to be with tbb, building is ok, when clicking the xx.exe, error will ocurr

"tbb.dll is not a valid image",

then I cleared tbb related thing from the system, I got

"This application has failed to start because tbb.dll was not found.Re-installing the application may fix this problem."

Could you help me out? Thanks!

0 Kudos
1 Reply
lto
Beginner
392 Views

This has something to do with your application could not findthe microsoft visual C++ runtime library in your system. Make sure all the ms redistributable dll's path is included in your PATH environment variable.

Long

0 Kudos
Reply