LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I make dll with cpp files?

Can anyone tell me whether I can make dll from a *.cpp file and call it from the call library function node in LV? I am getting this doubt bcoz when I right the Call Librarry function node, the calling convention is C and not C++.

Thanx & Regards,
Srini.
0 Kudos
Message 1 of 3
(3,016 Views)

Hi,

Ofcourse you can. but not in LV. build a DLL from .cpp in C environment. you can also decide yourself that the DLL's calling convention will be stdcall or C.

Regards.

0 Kudos
Message 2 of 3
(3,009 Views)
Check out this previous post and be sure to read the External Code Reference Manual.

Jason
0 Kudos
Message 3 of 3
(3,002 Views)