Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
2449 Discussions

LNK1104: cannot open file 'tbb_debug.lib'

Anonymous10
Beginner
1,463 Views
i have just started learning intel tbb,
i am using visual studio professional 8
i have been trying to complie a simple program but it shows
LNK1104: cannot open file 'tbb_debug.lib'
i have added in its path at project > proj proterties > config prop > general > c/c++ > addional include liberaries
"C:\Program Files\Intel\TBB\2.1\include";"C:\Program Files\Intel\TBB\2.1\ia32\vc8\lib\tbb_debug.lib"

if i am doing something wrong please tell me
0 Kudos
2 Replies
robert-reed
Valued Contributor II
1,462 Views
i have just started learning intel tbb,
i am using visual studio professional 8
i have been trying to complie a simple program but it shows
LNK1104: cannot open file 'tbb_debug.lib'
i have added in its path at project > proj proterties > config prop > general > c/c++ > addional include liberaries
"C:Program FilesIntelTBB2.1include";"C:Program FilesIntelTBB2.1ia32vc8libtbb_debug.lib"

Have you read though this blog post, which provides a little tool to make it easier to compile programs using Intel Threading Building Blocks in the Microsoft Visual Studio environment? Perhaps you might look at that and reply here afterwards if you have further questions.

Vladimir_P_1234567890
1,462 Views
i have just started learning intel tbb,
i am using visual studio professional 8
i have been trying to complie a simple program but it shows
LNK1104: cannot open file 'tbb_debug.lib'
i have added in its path at project > proj proterties > config prop > general > c/c++ > addional include liberaries
"C:Program FilesIntelTBB2.1include";"C:Program FilesIntelTBB2.1ia32vc8libtbb_debug.lib"

if i am doing something wrong please tell me

"C:Program FilesIntelTBB2.1ia32vc8libtbb_debug.lib" should be added to the linker->input and additional dependencies field or via tbb plug-in as Robert wrote.
Reply