32bit Windows executable running on 64bit Windows 7

2 views (last 30 days)
Hi,
I currently try to run an application created and compiled with Mathlab 2010a 32bit. The application runs on Windows XP 32bit as expected.
The installation of the Mathlab Compiler Runtime (v7.13) ended successfully on the 64bit machine. Also MSVCR 2005 is installed (everything in the 32bit version).
It also seems to start, but all I see is a MessageBox, witch appears for a very short period of time (not enough to read its text) before the application is terminated.
Starting the application from the command line with "programname.exe > log.txt" leads to the following output in my log file:
Warning: 1 invisible figure(s) exist at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Warning: Class
'uitools.uimodemanager'
in use at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Warning: Class
'uitools.uimode'
in use at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Warning: Class
'graphics.datacursormanager'
in use at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Does anybody already had such a problem?
Or any hints where i should begin to search for a solution?
Thanks in advance,
Matti

Answers (1)

emsxii
emsxii on 19 Feb 2012

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!