From: Durgesh on
In my matlab gui there is some image files but when i want to convert the whole gui
into c/c++ code thats does'nt work with images.

but it is works when images are not included ..
commands are :

mcc -m test.m -a testimage.bmp testimage1.bmp (not working)
show error code 2

mcc -m test.m (working but i cant add images)
 | 
Pages: 1
Prev: help
Next: display a tic toc timer in a gui window