I am trying use LabWindows/CVI 8.1 to compile C code, which will be using in CIN node.
There was no problem to compile the C code and creat .DLL & .LSB files.
However, when I trid to "load code resource" in LabVIEW 8.2 to incorborate the .LSB file into CIN node, it does not show any error information. But the Run Arrow is still broken Arrow.
Clicked the broken Arrow, it shows that "Object Code is not Loaded".
Then I created an Call Libaray Node in LabVIEW, trying to call the .DLL file directly.
THe error is that can not find the function.
Please help,