大家好!请问Visual C++中如何配置才能使用Intel TBB
在VS2005中运行TBB程序实例,报出错误error: A tool returned an error code from "Copying tbb_debug.dll" Project count_strings
要是在程序前添加"#pragma comment(lib, "tbb_debug.lib")",弹出tbb_debug.dll未启动的错误.
请问如何正确配置,才能在VS2005中正常运行利用TBB的程序,谢了.