LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use fread in call library function .

How to use fread in call library function . i am using it to read a binary file.
0 Kudos
Message 1 of 2
(2,757 Views)
> How to use fread in call library function . i am using it to read a
> binary file.

If you are having problems compiling, #include or whatever the
appropriate header file is that defines the fread function for your
compiler/OS. If you can compile the C code, but can't link, you need to
modify your project or makefile to link against the standard I/O
library. If this isn't enough info, please include some details about
which OS and version of LV you are using.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,757 Views)