Hello,
I’m having an issue with IEvolution in combination with EnableZoomOnSelect. Every time when I zoom in with the mouse an access violation in ‘iecore.dll’ occurs. Here is an example how I activate the zoom mode:
this._Viewer.EnableHandScroll = false;
this._Viewer.InternalCursor =HiComponents.IEvolution.IEViewer.InternalCursorType.ZoomIn;
this._Viewer.EnableZoomOnSelect = true;
this._Viewer.MouseWheelAction = HiComponents.IEvolution.IEViewer.MouseWheelActions.Zoom;
Furthermore this problem only occurs when the application is running as 64-Bit program.
Informations:
OS: Windows 8 Enterprise 64-bit (6.2, Build 9200) (9200.win8_gdr.141031-1551)
32 Bit:
-IEvolution2.dll Version: 4.4.0.0 Build Time 13.08.2014 15:49
- iecore.dll (32-Bit) Version: 4.4.0.0 Build Time: 14.05.2014 10:10
64 Bit:
-IEvolution2.dll Version: 4.4.0.0 Build Time 13.08.2014 15:49
-iecore.dll (64-Bit) Version: 4.4.0.0 Build Time: 14.05.2014 10:10
Best regards,
Joel