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

TBB Project settigs

anoop66
Beginner
289 Views
We are using visual studio 2005 and intel tbb. Whenever we try to create a new console project, it doesnt work. I even tried opening an example from intel tbb and copying all the project properties, but still, it wsan't working. The only solution, ,which is working is to open an existing example. remove all the files within it and add our own files. What am i doing wrong?

Thanks in advance
0 Kudos
1 Reply
Vladimir_P_1234567890
289 Views

Can you check that "additional include directories" option in C++ general options is set to "$(TBB21_INSTALL_DIR)include" and "additionallibrary directories" option linker general options is set to"$(TBB21_INSTALL_DIR)ia32vc8lib" for ia32 configuration.

if this does not work could you put the error message which compiler provides?

thanks
Vladimir

P.S. you can use tbb plugin for visual studio. details can be found here http://software.intel.com/en-us/blogs/2008/07/07/get-tbb-going-by-a-single-click/
0 Kudos
Reply