> 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