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++.
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.