I'd like to port a linux C application to labview. The application uses cpgplot calls and I'd like to place these inside CINs.
The problem is how to compile the cin. In the Linux C code application compilation is a 2 part process with the final linking with the fortran pgplot library being done by f77.
Does anyone know how to modify the makefile that labview generates for cin building to incorporate the fortran pgplot library?