Main Content

Common Issues

Some of the most common issues encountered when using MATLAB® Compiler SDK™ generated shared libraries are:

  • Compilation fails with an error message. This can indicate a failure during any one of the internal steps involved in producing the final output.

  • Compilation succeeds but the application does not execute because required DLLs are not found. All shared libraries required for your standalone executable or shared library are contained in the MATLAB Runtime. Installing the MATLAB Runtime is required for any of the deployment targets.

  • Compilation succeeds, and the resultant file starts to execute but then produces errors and/or generates a crash dump.

  • The compiled program executes on the machine where it was compiled but not on other machines.

  • The compiled program executes on some machines and not others.