cannot open file 'tbb_debug.lib' error.

cannot open file 'tbb_debug.lib' error.

egoldid1
Advocate Advocate
616 Views
1 Reply
Message 1 of 2

cannot open file 'tbb_debug.lib' error.

egoldid1
Advocate
Advocate

hi, what is "cannot open file 'tbb_debug.lib'" error??

This error is given when I use this line of code:

#include <tbb/tbb.h>

0 Likes
617 Views
1 Reply
Reply (1)
Message 2 of 2

marcusFSMK8
Observer
Observer

Also ran into this and was unable to find answers.

 

Building anything in DEBUG with that #include directive will implicitly require tbb_debug.lib. The RELEASE version does exist and is called tbb.lib. Duplicate this, call it tbb_debug.lib and add it to your linked libraries. It's not ideal, but I have yet to run into any issues with it (only an hour of experience so far so it may change!).

0 Likes