English | 中文 | Русский | Français
2,856 Posts served
8,606 Conversations started
Installing and configuring Threading Building Blocks for use in developing Windows applications using Visual Studio is getting easier, thanks to Dave Vanden Bout, owner of the /// Parallelism Panorama /// blog. In his latest entry, "Making TBB a bit easier...", Dave talks about and offers for download a TBB project template for Visual C++ 2005. Using the template simplifies the process of setting up a new TBB-related project in Visual C++.
Here's Dave's description:
I don't like having to manually set the various properties in order to get a TBB program to compile. So I built a Visual C++ 2005 project template that does it for me. All I have to do is click on the New Project button, select Win32 as the project type and Win32 Console Application using TBB as the template. That automatically sets the properties to use TBB and presents a top-level .cpp file that already contains the TBB include files.
Dave provides a download of the installer for his TBB project template: Dave's TBB Visual C++ Project Template
With Dave's permission, I plan to make this also available on the TBB Sourceforge site.
Kevin Farnham, O'Reilly Media TBB Open Source Community, Freenode IRC #tbb, TBB Mailing Lists

Dave Vanden Bout