Clear Filters
Clear Filters

Compiled version change it's design

3 views (last 30 days)
Lasse Bräcker
Lasse Bräcker on 18 Sep 2015
Commented: KAE on 17 Jul 2017
I have a big problem after we cleared and set up our computer. As you can see on the right side is the GUI started from Matlab and on the left is the compiled version. Not only that it looks strange, when the GUI pops up, my camera doesn't work anymore.
I'm using R2015b with Compiler 6.1 and the Windows SDK 7.1. Microsoft Net Framework 4.5.2 which is installed on a Windows 7 64-bit machine. When I type
mex -setup
MEX configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation....
What I tried is:
- re-install of Matlab
- re-install of Windows SDK and Net Framework
- re-install of the Compiler
- using mcc -m filename, deploytool and the application compiler generates the same problem
I hope someone can help me.
Thanks in advance.
  1 Comment
Harsheel
Harsheel on 19 Sep 2015
I am unsure why the camera has stopped working but I am aware of the fact that the "look n feel" of the compiled GUI has changed. Please contact MathWorks support so that they are aware of this. They may be able to provide you with a patch that can resolve this.

Sign in to comment.

Accepted Answer

Johan
Johan on 23 Sep 2015
Apparently its a known bug and a workaround is available here: http://www.mathworks.com/support/bugreports/1293244
  2 Comments
Image Analyst
Image Analyst on 25 Sep 2015
I'm here in person at the Mathworks global headquarters in Natick this week, and yesterday I told a Mathworker there in person about this bug and how it's preventing me from upgrading. Voila! Fixed the same day. However they never emailed me back about it being fixed, so I'm glad you found out about it and told us. Thanks for getting back to us.
KAE
KAE on 17 Jul 2017
Thanks so much for posting the workaround, which solved this issue for me.

Sign in to comment.

More Answers (1)

Image Analyst
Image Analyst on 19 Sep 2015
I've already submitted a bug report about this to the Mathworks. With R2015b there is a bug where the sides/edges of push buttons do not appear in the compiled program, even though they appear just fine in the development environment.
However, the buttons still work and run their callback if you click on the button text.
I'm waiting to hear back from them. Because it's taking a while it's beginning to look like I'll just have to skip this version for compiled programs and wait for the next version, unless they can come up with a patch quickly.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!