Why do I receive a "procedure entry point" error concerning tbb.dll when executing a MATLAB Compiler standalone application outside MATLAB?
I have a standalone application that I generated using MATLAB Compiler. It runs fine inside MATLAB Desktop(e.g., using the ! operator) , but when I run the executable file outside of MATLAB, I receive errors such as:
ERROR: The procedure entry point
?internal_empty@concurrent_queue_base_v3@internal@tbb@@IEBA_NXZ could not be located in the dynamic link library tbb.dll.
The procedure entry point
?throw_exception_v4@internal@tbb@@YAXW4exception_id@12@@Z could not be located in the dynamic link library C:\Program Files\MATLAB\R2019a\bin\win64\libmwms.dll
The procedure entry point
?internal_empty@concurrent_queue_base_v3@internal@tbb@@IEBA_NXZ could not be located in the dynamic link library C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\bin\win64\libmwms.dll
Respuesta aceptada
0 comentarios
Más respuestas (0)
Ver también
Categorías
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!