Why do I receive an error when I run a MATLAB-created executable?

1 visualización (últimos 30 días)
I get the following error message when I run a MATLAB-created executable:
The procedure entry point ##### could not be located in the dynamic-link library ###.dll

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 7 de Dic. de 2009
This error indicates that you have multiple installations of either MATLAB or the MATLAB Math and Graphics Run-Time Libraries on your computer. The error occurs because, when the executable is running, your system is attempting to link against the DLL corresponding to an older version of MATLAB or MATLAB Math and Graphics Run-Time Libraries (files created by MGLINSTALLER) installation.
To resolve this problem, change your system path variable such that the \bin\win32 directory in the installation directory of the later MATLAB release or MATLAB Math and Graphics Run-Time Libraries appears first on the system path. For information on setting your path, see the Related Solution.

Más respuestas (0)

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by