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

I use VC6.0, can I use TBB???

lixianyu
Beginner
384 Views
I use VC6.0, can I use TBB???
0 Kudos
2 Replies
Alexey-Kukanov
Employee
384 Views

TBB does not support VC6, i.e. there is no TBB binaries provided for this version of Visual Studio, neither makefiles supporting TBB build with the VC6 compiler.

Though you could make it a try,I doubt that TBB can be successfully built withVC6, due to the known fact that the VC6 compiler is rather inconsistent with the current C++ standard.

0 Kudos
lixianyu
Beginner
384 Views

I got a VC8.0.

Thank you so much!

0 Kudos
Reply