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
José-Luis 2013-1-11
That is not a very informative message. What does "Ver los detalles del problema" (show details) actually show?
Emmanuelle
Emmanuelle 2013-1-16
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 个)

Image Analyst
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 个评论
Emmanuelle
Emmanuelle 2013-1-16
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.
Image Analyst
Image Analyst 2013-1-16
What are the names of the components with a red spot? Do those files exist on your system?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 C Shared Library Integration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by