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: 

call library function

I am using the call library function in a very simple VI. I have simple case structure that has different call functions to choose from. For some reason, after i run the anyone of the cases LabView shuts down completely. The commands are sent out fine but I have to restart LabView after every command. Any idea as to why this is and how i could stop it? 
0 Kudos
Message 1 of 2
(2,081 Views)
More than likely it's the DLL. Can you verify that the DLL works properly without crashing from another programming environment, like C? I would also check the calling convention you're using.
0 Kudos
Message 2 of 2
(2,069 Views)