Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

"statistical digital signal processing and system m

Status
Not open for further replies.

zzoorroo

Member level 2
Joined
Aug 26, 2006
Messages
53
Helped
5
Reputation
10
Reaction score
4
Trophy points
1,288
Location
egypt
Activity points
1,588
GUI

hi
i need a neat steps about how to convert guis to .exe file
iam using:
-Matlab 6.5
-visual studio 6
 

Re: GUI

use mcc -m command, just learn what mcc is

if u wanted to integrate the visual c++ 6 into, thats good, just try mbuild -setup

i'd used this long back, tell me if thats right n they still work

regards
mon
 

Re: GUI

hi
thanks fo interest..
i use the command 'mbuild -setup' but
when i start to work the .exe file this what i have;
1- the fig file open (ok)
2- black window open and this is what written in it:

An error occurred in the callback : AAA('listbox1_CreateFcn',gcbo,[],guidata(gcb
o))
The error message caught was : Reference to unknown function or variable 'A
AA' while evaluating expression.

An error occurred in the callback : AAA('edit2_CreateFcn',gcbo,[],guidata(gcbo))

The error message caught was : Reference to unknown function or variable 'A
AA' while evaluating expression.

An error occurred in the callback : AAA('edit1_CreateFcn',gcbo,[],guidata(gcbo))

The error message caught was : Reference to unknown function or variable 'A
AA' while evaluating expression.

hope you can help me.....
 

Re: GUI

Hi,
Don't exactly recall until whichML version this very bad bug existed but it looks you werecaught by it.
Compiled versions didn't like upper cases callback functions names.
So rename your AAA (BTW, a very poor name choice) file to something more
of ML taste
 

Re: GUI

hi
thanks for interest..
do you mean that i must change 'AAA' to anther name (like gui) in the m file of the gui ???????
 

Re: GUI

zzoorroo said:
hi
thanks for interest..
do you mean that i must change 'AAA' to anther name (like gui) in the m file of the gui ???????

Change it to whatever you want. As long as it is a lower case name.

PS1. It would have been faster to have already tryed it than to to repeat the
question here as well as in the Matlab forum.

PS2. If you want to insist on meaningless names like "gui" that is your problem.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top