Why do I receive a segmentation violation when I right-click on a Strip Chart in the Dials and Gauges Blockset 1.1.3 (R13SP1)?

1 view (last 30 days)
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

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
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.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products


Release

R13SP1

Community Treasure Hunt

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

Start Hunting!