Error ordinal not found for exe obtained from the compiler
9 ビュー (過去 30 日間)
古いコメントを表示
I have a problem with an exe created with the compiler.
When I run the exe file created with the compiler I get the error: "Impossibile trovare l'ordinale 4739 nella libreria di collegamento dinamico D:\HD\Programmi\MATLAB\R2019a\bin\win64\libmwflcertificates.dll". The error says that the ordinal 4739 is not found in the library libmwflcertificates.dll.
Until I used the R2018a version I found no problems, while the error occurred creating the executable with the new R2019a version.
If the executable is launched on another PC with only the runtime v9.6 installed, the error does not occur. On my pc I have already tried to uninstall Matlab and install only the runtime and also to install both the runtime and Matlab.
Searching I found only in the manual of the Compiler the part that speaks of the error "The ordinal #### could not be located in the dynamic-link library dforrt.dll", but it doesn't seem to concern my problem.
Does anyone have any idea how to solve?
My pc has windows 10.
Thank you.
4 件のコメント
Guillaume
2019 年 5 月 17 日
No, nothing to do with the redistributable. Also nothing to do with the dll itself. That ordinal is too high, so it looks like something went wrong during the compilation.
採用された回答
Alberto Urban
2019 年 5 月 31 日
3 件のコメント
weicheng Xu
2019 年 8 月 1 日
Your problem is exactly the same with me. But it confused me a very very long time. Thank you again!
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!