Problem executing compilation on Matlab
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I have a question about a compilation problem in Matlab. I have created the “Untitled1_pkg.exe” but when I tried to execute it I receive the following Windows message:
"“Untitled1_pkg.exe" stopeed working" (Windows message)
*EDIT *
Am I doing something wrong? My system is Windows 64 bits. I don't know what more else can I do. I runned DependencyWalker and this is the result:
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
Thanks and regards,
6 件のコメント
José-Luis
2013 年 1 月 11 日
That is not a very informative message. What does "Ver los detalles del problema" (show details) actually show?
回答 (1 件)
Image Analyst
2013 年 1 月 11 日
If you've exhausted the things to try on the FAQ, then call the Mathworks. Though chances are, Dependency Walker will find the problem.
2 件のコメント
Image Analyst
2013 年 1 月 16 日
What are the names of the components with a red spot? Do those files exist on your system?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!