hoplino
Computer
- Sep 1, 2004
- 1
Hi everybody!
I am trying to develop an application in MATLAB to run as a standalone application; the application has got a gui and compilation is successfull but when the application is executed from dos, the gui appears but there is the following error:
<<An error occurred in the callback : nTool('edit2_CreateFcn',gcbo,[],guidata(gcbo))
The error message caught was : Reference to unknown function or variable 'nTool' while
evaluating expression>>.
"nTool" is the .exe file obtained through:
'mcc -B sgl nTool.m'
I have also tried to use Visual C++ 6 but the error is the same..... am I missing something?????
I am trying to develop an application in MATLAB to run as a standalone application; the application has got a gui and compilation is successfull but when the application is executed from dos, the gui appears but there is the following error:
<<An error occurred in the callback : nTool('edit2_CreateFcn',gcbo,[],guidata(gcbo))
The error message caught was : Reference to unknown function or variable 'nTool' while
evaluating expression>>.
"nTool" is the .exe file obtained through:
'mcc -B sgl nTool.m'
I have also tried to use Visual C++ 6 but the error is the same..... am I missing something?????