Standalone error in XP 32bits machine

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.

답변 (2개)

Walter Roberson
Walter Roberson 2013년 7월 4일

0 개 추천

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
Joana borges 2013년 7월 4일

0 개 추천

Heatclean is the main function of the code.

이 질문은 마감되었습니다.

질문:

2013년 7월 4일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by