- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Guys,
I'm using Windows 10, Version 10.0.18362 Build 18362, on a x64-based Intel Core i7 processor. I installed MKL using w_mkl_2020.4.311.exe and it perfectly integrated into my Visual Studio 2019. After that I installed TBB using w_tbb_2020.3.311.exe, which also integrated into my Visual Studio 2019. Furthermore I set the environment by ".\tbbvars.bat intel64 vs2019". When I switch TBB on by Project Property Page > Configuration Properties > Intel Performance Libraries > Use Intel TBB, and try to compile:
int main()
{
return 0;
}
I get:
LINK : fatal error LNK1104: cannot open file 'tbb_dll.lib'.
What am I missing???
Many thanks in advance!
Greetings, MemoryLeak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I just found a solution that can solve this liking issue, but may not be correct...
you can try to rename tbb.lib to tbb_dll.lib under
C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\tbb\lib\intel64\vc_mt
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Same issue..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I just found a solution that can solve this liking issue, but may not be correct...
you can try to rename tbb.lib to tbb_dll.lib under
C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\tbb\lib\intel64\vc_mt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well,
works here, too. So far no problems, I hope it will stay like that! Thank you!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page