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 Kommentare

José-Luis
José-Luis am 11 Jan. 2013
What's the message?
Emmanuelle
Emmanuelle am 11 Jan. 2013
(I've changed the name)
Azzi Abdelmalek
Azzi Abdelmalek am 11 Jan. 2013
Have you checked if your code is working in Matlab? maybe something is missing in your package.
Emmanuelle
Emmanuelle am 11 Jan. 2013
Thanks for your reply Azzi. The code works. When I pack it, I will be able to edit the code?
José-Luis
José-Luis am 11 Jan. 2013
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 11 Jan. 2013

0 Stimmen

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 Kommentare

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 am 16 Jan. 2013
What are the names of the components with a red spot? Do those files exist on your system?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Application Deployment finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 11 Jan. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by