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.
댓글 수: 0
답변 (2개)
Walter Roberson
2013년 7월 4일
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
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!