LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

call library function node function

你好, Labview版本為6.1,

 

      做一簡單的dll檔, 用call library function node 出現function not found in library錯誤,

 

      不知道錯誤為何?   附上附檔,請幫忙解惑,謝謝

0 Kudos
Message 1 of 2
(2,568 Views)

You have a *.cs file so most llikely are generating a .Net assembly, not a Win32 PE shared library. As such you need to use the .Net functions in LabVIEW to interface to it, not the Call Library Node.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 2
(2,459 Views)