Standalone error in XP 32bits machine
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I´ve generated a standalone in a Windows Vista 32 bits machine and I´m trying to use it in a machine without matlab installed Windows XP 32 bits. This target machine is runing without any problems other standalone applications generated in the same original machine (so the MCR installed is ok).
This new standalone works well in Windws 7 64 bits and 32 bits machines. However, two Windows XP 32 bits machine runs with the same error:
"??? Undifined function or variable 'heatclean'. MATLAB:UndefinedFunction"
Heatclean is a .m principal file of the executable. If it was really missing it shouldnt work in other machines. So I´m guessing the problem isn´t this.
Respuestas (2)
Walter Roberson
el 4 de Jul. de 2013
How is heatclean being invoked in the code? If it is being invoked by using routine name as a string, then in the routine that will be calling it, you should add the pragma
%#function heatclean
Joana borges
el 4 de Jul. de 2013
0 votos
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!