Standalone Executable starting C++ application
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposte (1)
Amith
il 25 Lug 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!
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!