LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi threaded DLL

I have a DLL that I want to use, and when looking through the documentation for using this DLL in VS 2005 (I don't want call it from VS2005 but LabVIEW, but of course there is no documentation in it for LabVIEW.
The question I have is how do I define the DLL call to be Multi Threaded DLL in LabVIEW?
0 Kudos
Message 1 of 2
(2,319 Views)
You can do this in the setup for the DLL call in LabVIEW.

It is a little different in different versions.  Older version have "Run in UI thread" and "Reentrant":



In newer versions, it's "Run in UI thread" and "Run in any thread":




Message Edited by Matthew Kelton on 02-27-2008 01:28 PM
Download All
0 Kudos
Message 2 of 2
(2,311 Views)