LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I get an eventoracle.cpp line 432 error

I install a IO card that i am designed it
I get an eventoracle.cpp line 432 error
my labview is version8
please help me
thanks
0 Kudos
Message 1 of 5
(3,461 Views)

Hi 545454,

In order to help you, we will need more detailed information about your setup. How exactly do you communicate with your custom data acquisition card? Do you have a dll driver that you call from LabVIEW by using the Call Library Node? Do you have any other calls to external code? Can you run your program with Highlight Execution on to determine exactly where it fails?

Whenever LabVIEW crashes, an error log file is generated. It should be in My Documents\LabVIEW Data\lvfailurelog folder. Can you attach your error log file, please?

Best regards,

Message Edited by Kalin T on 12-18-2006 01:23 PM

Kalin T.
0 Kudos
Message 2 of 5
(3,439 Views)

Hello Kalin T

My ActiveX file work in VC True but it no Work in LabView8

After error Labview is closed
I attach my OCX , labveiw file and "Documents and Settings\Amir\My Documents\LabVIEW Data\lvfailurelog" files
After I receive the card interrupt for complele data transfer that error( eventoracle.cpp line 432 error ) is ocurred
thanks for your help
0 Kudos
Message 3 of 5
(3,434 Views)

Hi 545454,

I looked at your error log and the error basically says that the Event callback is not in the User Interface.
Please look at the following KB for more information on your issue. Make sure you are handling your UI events correctly.

Best regards,

Kalin T.
0 Kudos
Message 4 of 5
(3,422 Views)

545454,

Please try the other examples listed in the KB if the attached one does not work. I ran your program, but there was no error. When exactly do you get the crash?

 

 

Kalin T.
0 Kudos
Message 5 of 5
(3,384 Views)