Why do I receive a "specified module could not be found" error while running a MEX-file created from MATLAB R2015b?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
When I try to run a MEX-file I created, I receive the following error:
??? Invalid MEX-file 'MEX-file name': The specified module could not be found.
where "MEX-file name" is the name of my MEX-file. However, I did not receive any errors when compiling the file.
3 Kommentare
Image Analyst
am 18 Jan. 2022
Are you trying to call loadlibrary() with the name of the mex file? Or have you done that and you're trying to call a function inside the DLL?
Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Support for MinGW-w64 C/C++ Compiler 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!