I have created a DLL for the FPGA host VI. The host VI needs a loop to keep the FPGA running in labview. In Microsoft Visual C++, I tried to pass some parameters to FPGA host VI, and let FPGA host VI run with the new parameters. My problem is that the DLL does not seem to work. Could anyone help me figure out how to execute a FPGA host VI from Microsoft Visual C++? Thank you.
Y.P