MATLAB: Do I receive a segmentation violation when I right-click on a Strip Chart in the Dials and Gauges Blockset 1.1.3 (R13SP1)

chart;crashGauges Blocksetmwstrip.ocxsegmentationstripviolation

I get the following crash report when I try to to right-click and select Control Display Properties on a Strip Chart in the Dials and Gauges Blockset 1.1.3 (R13SP1):
-----------------------------------------------------------------------
Segmentation violation detected at Tue Oct 28 13:41:04 2003
-----------------------------------------------------------------------
Configuration:
MATLAB Version: 6.5.1.199709 (R13) Service Pack 1
Operating System: Microsoft Windows XP
Window System: Version 5.1 (Build 2600: Service Pack 1)
Processor ID: x86 Family 15 Model 2 Stepping 7, GenuineIntel
Virtual Machine: Java 1.3.1_01 with Sun Microsystems Inc. Java HotSpot(TM) Client VM
(mixed mode)
Register State:
EAX = 320106a6 EBX = 18fc7d48
ECX = 790d1b14 EDX = c9010001
ESI = 18fc81bc EDI = 21edcc5c
EBP = 21edc7e8 ESP = 00df6b98
EIP = 79003f11 FLG = 00010246
Stack Trace:
[0] MFC42.DLL:0x79003f11(0, 0x790a9cb4, 0x790a317c, 1)
[1] 0x0000000e(0x110c9d5a, 0x110a11e0, 0x110a11f0, 0x110c9802)
[2] MWStrip.ocx:0x110b14d0(0x90909090, 0x90909090, 3048, 2550016)
[3] 0x9090c311

Best Answer

You can receive a segmentation violation if your ActiveX controls are not registered. Enter the following in the MATLAB Command Window to register your ActiveX controls:
dng_register_ocx
Additional information on the installation of the Dials and Gauges Blockset is available; see the related solutions section at the bottom of this page.