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!