From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 2016 crashes when I try to unload my dll. HELP!

Hello everyone, I am attempting to load and unload my dll and for unknown reasons LabVIEW appears to randomly crash. Any ideas how I can debug this, any help is appreciated. I have included the vi and the dll file.  If there is another thread that I missed I apologize in advance. 

 

Thanks!

 

 

 

 

torresh87_0-1574470980398.png

0 Kudos
Message 1 of 4
(2,025 Views)

Sorry, I did not include the files. Here they are. 

Download All
0 Kudos
Message 2 of 4
(1,991 Views)

Dear torresh87,

 

did you fix your issue? I have trouble with a crashing LabVIEW in a totally different context of programming and LabVIEW-Revision. It is really complex and hard to explain - even to my colleagues. I searched a really log time...

 

But, watch out: my issue seems to correspond to the name VPT! At the moment i assume that this is a labview internal used abbreviation that is not handled correctly.

 

Hope to hear from you!

 

Nicole

0 Kudos
Message 3 of 4
(1,760 Views)

Back in the days I was also struggling from LV crashing on a 3rd party DLL unload. Likely that library hasn't been debugged properly and some bug in the code was doing its evil things. But I needed it to work, so I found that I can call LoadLibrary from WinAPI in the program's initialization section and if I don't do FreeLibrary at the end, then everything works fine in both IDE and EXE variants. Of course, it required me to explicitly set all the CLFNs pathes to be specified on the diagram. Maybe you also could deal with your library in a such way?

0 Kudos
Message 4 of 4
(1,757 Views)