11-23-2018 04:08 AM
Hello
I have got with an access violation error which forces my exe build by LABWINDOWS/CVI to crash
I have a doubt in two things :
1 - i calling a DLL built by LABVIEW and can possible cause the crash.
2- My program communication to CAN bus by XNET devices (i use NI CAN library) i installed NI-XNET Compatibility Library for NI-CAN
Looking forward to your help
thanks
11-26-2018 04:03 PM
Hi Araibia_IngDev,
Has your executable ever worked in the past? How often does the crash occur when you try to run your .exe? Do you know at what point in your code your executable crashes and if it happens at the same point or different points in your program?
Regards,
Robert Leonard
Applications Engineering
National Instruments
11-26-2018 11:28 PM
Just make sure that your .dll is not open in LabVIEW at the same time as in your executable.
Close LabVIEW and open your application.
Benoit