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

Problems with TBB

kyaw0010
Beginner
363 Views

Hi,

I'd like to ask some questions about TBB.

I'm trying to apply TBB inour application. Currently I'm using Visual C++ 2003. I've made some changes in the source code and tried to build it, but there was an error :

"fatal error C1083: Cannot open include file: 'tbb/task_schedular_init.h': No such file or directory"

But in tbb directory, I found the file, 'task_schedular_init.h'. Actually I've made all necessary changes in the project setting. I've also tested with some TBB examples downloaded from http://threadingbuildingblocks.org/codesamples.php. Everything is fine to build those sample codes. But failed to build my application showing the above error.

Anyone who can help me?

(I'm very new to TBB and so please explain me every detail. Thank you!)

0 Kudos
1 Reply
christian_roessel
363 Views
Hi,

it seems that your problem is caused by a typo. The filename is not task_schedular_init.h but task_scheduler_init.h. Hope that helps.

Best regards,
Christian
0 Kudos
Reply