LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using cin node in labview error happen

my name is Juan Chen , I wish to use cin node to calculate crc check code in la view. I use an array as input and a unsigned word as output. when I use while loop, error not enough memory or the memory can only read happen. what is the reason,please.
0 Kudos
Message 1 of 4
(2,300 Views)
A CIN has been obsolete for some time. Why are you trying to use one and not a simple dll with the call library function node?
0 Kudos
Message 2 of 4
(2,279 Views)
how to use the call library function node ? in vcplusplus6 environment , if I only do rebuild all that can generate a dll, and don't use command to convert to lsb file. could I need add files cin.obj, labview.lsvb,etl to the project ?
0 Kudos
Message 3 of 4
(2,270 Views)
No, you don't add the cin files when you create the dll.
0 Kudos
Message 4 of 4
(2,253 Views)