Hello,
Using LabVIEW 2017 (64-bit). Wanting to use the DLL import wizard to wrap the attached DLL and header file for use in communicating with a BK Precision P/S. The code fails on some of the function calls, particularly SI_Read, and SI_Write. Problem seems to be the structure LPOVERLAPPED which LabVIEW reports is not defined in the .h file.
Would the 'proper' method be to modify the .h file with a typedef, or write the DLL calls manually and use null = o as a constant for the argument?
Thanks all,
Chris