03-16-2012 04:55 AM
你好, Labview版本為6.1,
做一簡單的dll檔, 用call library function node 出現function not found in library錯誤,
不知道錯誤為何? 附上附檔,請幫忙解惑,謝謝
04-13-2012 07:28 AM - edited 04-13-2012 07:30 AM
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.