필터 지우기
필터 지우기

Problem executing compilation on Matlab

조회 수: 1 (최근 30일)
Emmanuelle
Emmanuelle 2013년 1월 11일
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에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by