Problem executing compilation on Matlab
1 view (last 30 days)
Show older comments
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 Comments
José-Luis
on 11 Jan 2013
That is not a very informative message. What does "Ver los detalles del problema" (show details) actually show?
Answers (1)
Image Analyst
on 11 Jan 2013
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 Comments
Image Analyst
on 16 Jan 2013
What are the names of the components with a red spot? Do those files exist on your system?
See Also
Categories
Find more on Application Deployment in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!