Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building a standalone application: help!!

Status
Not open for further replies.

hoplino

Computer
Joined
Sep 1, 2004
Messages
1
Location
SE
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?????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top