From: J J on
Hello Matlab Community,

I need help ASAP! I'm new to creating Matlab GUIs. I have created a straight forward GUI that works fine in the Matlab enviroment and consists of simple static text, editable text and push buttons. When I compile to create a stand alone application using 'mcc -o outputfile -m guifilename.m', the warnings and errors below are generated (the GUI does pop-up when I click on the .exe file but does not function):

- Warning: Could not find appropriate function on path loading function handle C:\Program Files\MATLAB\R2008a\toolbox\matlab\guide\guidemfile.m@<hObject,eventdata>MFL_GUI<'input1_Callback',hObject,eventdata,guidata<hObject>>
> In hgload at 43
In openfig at 78
In gui_mainfcn>local_openfig at 271
In MFL_GUI at 16
(It loops over and over)
Then the following:
??? Error using ==> struct2handle
Undefined function handle

??? Error using ==> struct2handle
Error while evaluating uicontrol CreateFcn

Any help would be appreciated...

Thanks,
J