12-16-2006 03:46 PM
12-18-2006 01:23 PM - edited 12-18-2006 01:23 PM
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
12-18-2006 03:47 PM
Hello Kalin T
My ActiveX file work in VC True but it no Work in LabView8
12-19-2006 02:12 PM
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,
12-27-2006 07:46 PM
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?