Problem executing compilation on Matlab

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 个评论

What's the message?
(I've changed the name)
Have you checked if your code is working in Matlab? maybe something is missing in your package.
Thanks for your reply Azzi. The code works. When I pack it, I will be able to edit the code?
That is not a very informative message. What does "Ver los detalles del problema" (show details) actually show?
Firma con problemas:
Nombre del evento de problema: APPCRASH
Nombre de la aplicación: Untitled1.exe
Versión de la aplicación: 0.0.0.0
Marca de tiempo de la aplicación: 4c5f7ba5
Nombre del módulo con errores: KERNELBASE.dll
Versión del módulo con errores: 6.1.7601.17965
Marca de tiempo del módulo con errores: 506dcae6
Código de excepción: c06d007e
Desplazamiento de excepción: 000000000000bccd
Versión del sistema operativo: 6.1.7601.2.1.0.256.48
Id. de configuración regional: 3082
Información adicional 1: 8f19
Información adicional 2: 8f1980c7472c039ba23a15f17fd41040
Información adicional 3: e754
Información adicional 4: e7549633965f51fc36682861a793a55f

请先登录,再进行评论。

回答(1 个)

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 个评论

Thanks Image Analyst. 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.
What are the names of the components with a red spot? Do those files exist on your system?

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Application Deployment 的更多信息

提问:

2013-1-11

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by