I have a LabVIEW FPGA program that uses floats/doubles as controls and indicators. The functions NiFpga_WriteSgl and NiFpga_ReadDbl are defined in NiFPGA.h. I am trying to write a LabWindows program using the NiFPGA.lib. I get an undefined symbol error, see attachment.
Other functions like NiFpga_ReadI16 and NiFpga_WriteI32 work just fine.
Is NiFPGA.lib missing the Sgl and Dbl functions?