- go to the "Publish / Share" tab in App Designer.
- Select "Create Standalone Application".
- In the "Create Standalone Application" dialog, go to the “Files required by your application to run”.
- Add the required files.
Could not find the header file of the external sharded DLL library
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Corey
am 26 Aug. 2022
Beantwortet: Suman Sahu
am 13 Feb. 2023
I am trying to generate a standalone application using App Designer in MATLAB 2022A. However, received the given error when I try to open the '.exe' which generated from the appdesigner.
I have tried a few methods, however, none of them are working:
- addpath
- manually copy all '.dll' and '.h' file into the same folder with the file 'AMConfigToolApp.mlapp'
Error message:
Could not find file AMConfigLib.h, Error in=>AMConfigToolApp.mlapp at line 3194.
Any idea?
0 Kommentare
Akzeptierte Antwort
Suman Sahu
am 13 Feb. 2023
The error message "Could not find file AMConfigLib.h" suggests that the standalone application is unable to locate a required header file.
Since you have tried adding the path as well as copying all required dll and header files to the same folder as the standalone application. You can use the App Designer’s packaging feature to package the required files with the standalone application.
To do this,
This will ensure that the required files are included with the standalone application when it is built.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!