Borrar filtros
Borrar filtros

Standalone Executable starting C++ application

3 visualizaciones (últimos 30 días)
Martin Fuchs
Martin Fuchs el 24 de Jul. de 2024
Respondida: Amith el 25 de Jul. de 2024
Hello, we are compiling a standalone matlab application with matlab 2022b which starts a C++ compiled application. The C++ executable is compiled with c++20 standard. However, starting the application crashes using a c++20 function. With the process explorer we see that the dlls from the Matlab folder are loaded which are not compatible to c++20. What can we do?

Respuestas (1)

Amith
Amith el 25 de Jul. de 2024
Hi Martin,
It has been observed that building a C++ standalone executable with MATLAB, while linking to MATLAB libraries, will fail if the release version of the executable does not match the release version of the MATLAB libraries.
The only workaround to resolve this issue is to use the same MATLAB release for both creating the DLL and the C++ standalone executable. Then, attempt to integrate them into a single C++ desktop application.
Hope this helps!

Categorías

Más información sobre Get Started with MATLAB 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