0

I have followed every step in this video.

Basically added all additional dependencies to Visual Studio 2010. Added tbb.lib to linker input options too. The program builds but it does not run.

I get System Error : "The program can't start because tbb.dll is missing from your computer. Try reinstalling the program to fix this problem."

Did that, still getting the same error. Also saw that tbb.dll is present in the \bin directory.

4

1 回答 1

1

将包含 tbb.dll 文件的文件夹的路径(例如,在我的例子中是 ..\tbb42_20131003oss\bin\ia32\vc10)添加到 PC 的 PATH 环境变量中。这样,无需将 dll 文件复制到项目的调试(或发布)目录中,即可访问和使用 dll 文件。

于 2013-11-15T14:40:11.320 回答