Issues of incompatible tbb occurred

Asked By 0 points N/A Posted on -
qa-featured

Hello,

 

Intel® C++ Compiler and Intel® Array Building Blocks (Intel® ArBB) both install tbb.dll and tbb_debug.dll on the Windows* OS. I install Intel® C++ Compiler (either the stand-alone product or as part of, say, Intel® C++ Composer) and I have a system that already has Intel® ArBB, then I see this following "Entry Point Not Found", like this: Have any idea for resolution?

 

Thanks.

Error: The procedure entry point ?destroy@task_base@internal@interface5@tbb@@SAXAEAVtask@4@@z could not be located in the dynamic link library tbb.dll.

 

SHARE
Answered By 15 points N/A #176985

Issues of incompatible tbb occurred

qa-featured

Hi Richard,
The error is because the .dll files are corrupted.
To resolve this error follow the steps mentioned below:
1) Click 'Start', Select 'Run', type the command 'sfc/scanow'

Run-the-system-file-checker

2) Run the system file checker by executing the command
3) De-register and register the file tbb.dll using the regsvr32 command
4) Rename the tbb.dll file to tbb.dll old and copy it from another system
5) Install it in the same location where the old tbb.dll file is installed
6) Restart the system after the process is finished

Related Questions