|
Hi all,
Im trying to compile my gui, using the command : (I used LCC)
mcc -m mygui.m -M mygui.res
and matlab says :
Warning: Name is nonexistent or not a directory: C:\Program
Files\MATLAB\R2008b\toolbox\compiler\patch.
It creates the executable file.When I run it,it gives below error in dos screen(command window) and closes.
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.......................
what do you suggest?
|