I want to call functions defined in DtLvLink_64.dll from labwindows/cvi , however, DtLvLink_64.h is needed. So, what to do?
For example, I want to call a function LviCreateTask(), however, the declaration of its prototype should be in the head file. Without the header, I think I am not able to call the functions.