LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Shared Dll unable to exit application.

My application is using a shared dll generated by labview. When I attempt to exit my applicaiton hangs. I verified a normal exit without the labview dll.  This is a statically linked lib and the module is functioning properyly otherwise.

 

Thanks in advance,

zeekial

0 Kudos
Message 1 of 6
(3,260 Views)

Hi zeekial,

what are you doing in your dll? Do you start parallel running processes? When do you get this behavior?

 

Mike

0 Kudos
Message 2 of 6
(3,235 Views)
The dll is calling shared variables that reside on vi's in a single board rio system.
0 Kudos
Message 3 of 6
(3,226 Views)

Hi zeekial,

 

Are you using your application in development mode or as an executable? And that's running on a PC connected to this sb rio over the network? And the application runs fine - the only problem is the shutdown?

Jeff | LabVIEW Software Engineer
0 Kudos
Message 4 of 6
(3,219 Views)
My application is an executable running on a pc connected to the sbrio over a network cable. Yes, the only problem is the shutdown issue. I've tried statically and dynamically linking to the dll and both approaches exhibit the same issue.
0 Kudos
Message 5 of 6
(3,217 Views)
What language is your app that is calling the DLL written in? Is it possible to run a debugger to find the exact call that is hanging?
Jeff | LabVIEW Software Engineer
0 Kudos
Message 6 of 6
(3,190 Views)