LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How To use or call dll ?????

Hi
 
Do you know what languages I can use to call a Labview dll?
e.g. C++, C#, J# or anything else?
 
Simon
LabVIEW 8.6 / 2009 / 2010
Vision Development Module 8.6 / 2009 / 2010
VBAI 3.6 / 2010
0 Kudos
Message 21 of 25
(878 Views)
As far as I know, any language which supports calling DLLs can call LabVIEW DLLs, but I don't remember ever trying it.

___________________
Try to take over the world!
0 Kudos
Message 22 of 25
(875 Views)


tst wrote:
As far as I know, any language which supports calling DLLs can call LabVIEW DLLs, but I don't remember ever trying it.

Completely correct! Any language, development environment, scripting environment or whatsoever, that can access and invoke exported functions from a DLL, can also use LabVIEW DLLs. Some of these may limit the possible parameter types, calling convention or such, but you have a great influence into these when creating the LabVIEW DLL so it should be possible to adapt accordingly.
 
And please excuse me for not giving an exhaustive list of possible languages and interfaces that could access a LabVIEW DLL. I want to do some other work today too Smiley Wink
 
Rolf Kalbermatter


Message Edited by rolfk on 11-15-2007 03:19 PM
Rolf Kalbermatter
My Blog
0 Kudos
Message 23 of 25
(871 Views)
He he, thanks guys, just wanted to know Smiley Wink
 
Have you got any experience with any language?
LabVIEW 8.6 / 2009 / 2010
Vision Development Module 8.6 / 2009 / 2010
VBAI 3.6 / 2010
0 Kudos
Message 24 of 25
(857 Views)


SCMAJA wrote:
He he, thanks guys, just wanted to know Smiley Wink
 
Have you got any experience with any language?


Well I fiddled with LabVIEW calling LabVIEW DLLs just for the fun of it and it worked. For the rest I really only do the opposite: LabVIEW calling DLLs.
 
Rolf Kalbermatter
Rolf Kalbermatter
My Blog
0 Kudos
Message 25 of 25
(854 Views)