Unregistered
August 7, 2002, 17:17:31
Case: I place an ImagingControl.ocx on a form and add the following code:
Private Sub Form_Load()
ICImagingControl1.Device = "Video Blaster WebCam"
ICImagingControl1.LiveCaptureContinuous = True
ICImagingControl1.LiveStart
End Sub
The first time I run this program after restarting Windows the program displays this message: "Runtime error! R6025 - pure virtual function call" - and the program bombs (disappears instantaniously)! This only happens once after every restart of windows. The next time I run it everything works fine.
Is this a bug? I know you can't send out a fixed upgrade right away - but is there anything I can do, for now, to work around the problem? I need LiveCaptureContinuous to be True.
Ole
This message was originally posted by Ole Jakobsen in the old IC Imaging Control Support Forum.
Private Sub Form_Load()
ICImagingControl1.Device = "Video Blaster WebCam"
ICImagingControl1.LiveCaptureContinuous = True
ICImagingControl1.LiveStart
End Sub
The first time I run this program after restarting Windows the program displays this message: "Runtime error! R6025 - pure virtual function call" - and the program bombs (disappears instantaniously)! This only happens once after every restart of windows. The next time I run it everything works fine.
Is this a bug? I know you can't send out a fixed upgrade right away - but is there anything I can do, for now, to work around the problem? I need LiveCaptureContinuous to be True.
Ole
This message was originally posted by Ole Jakobsen in the old IC Imaging Control Support Forum.