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

LNK1104: cannot open file 'tbb_debug.lib'

Anonymous10
Beginner
2,064 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
2,063 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.

0 Kudos
Vladimir_P_1234567890
2,063 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.
0 Kudos
Reply