LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll basics

hi to all,
i dont know how to code a dll in c/c++. would anyone like to teacjh me
basics of dll codeing? i am a computer science student of second year
and eager to know about this.
please reply. you can mail me. or reply here.

0 Kudos
Message 1 of 3
(2,756 Views)
NI provides really excellent documentation on this subject (found by searching) Smiley Wink
 
Cheers!
"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
0 Kudos
Message 2 of 3
(2,751 Views)

Hello,

The methodology to create a dll from c/c++ is going to depend upon your development environment, and honestly a LabVIEW forum isn't the best place to find out how.

With that said, once you have successfully created one, it is possible to call functions within your dll from LabVIEW by using the Call Library Function Node.

Best regards,

 
-Sam F, DAQ Marketing Manager
0 Kudos
Message 3 of 3
(2,724 Views)