- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - digvijaysinghshaktawatgmail.com
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"
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - digvijaysinghshaktawatgmail.com
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
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page