Standalone Executable starting C++ application

3 次查看(过去 30 天)
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?

回答(1 个)

Amith
Amith 2024-7-25
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!

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by