LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can a CIN be written for Visual Basic code

I've read about C code and CIN usage and seen references to other
languages such as Visual Basic (Visual Studio- don't have NET yet).
Is the only way to create a dll?
0 Kudos
Message 1 of 2
(2,709 Views)
Don't confuse a CIN (Code Interface Node) with the Call Library Function Node in which you interface to a dll. A CIN is a c language function only. The Call Library Function Node can be used for any dll in which the parameters and calling conventions are something LabVIEW can handle. You can create these dll's which c, C++, VB, Delphi, etc. The pdf document "Using External Code in LabVIEW" that is part of the shipping documentation explains the differences between the two. You can also find app notes and example code here that might help.
0 Kudos
Message 2 of 2
(2,709 Views)