Hello all,
I'm new to TestStand so please bare with me. I need to call a function from a DLL but the DLL does not have type information available and I can't utilize the code templates. I have to manually setup the parameters for this function and I am having some trouble doing so.
Here are two example function calls that use the abstract pointer p
void Init(&p), initializes Handle
void Util(void * p)
What is the TS equivalent for this parameter?
-------------------------------------------------------------------------------
In the past, I was able to use the TS code template feature with the same DLL described above, and this would populate the parameter fields for me. After uninstalling/installing LabView's runtine engines 6.1 and 7.0, I am no longer able to utilize the type information for the DLL. I have reinstalled the TS code templates as well and this did not help. Any suggestions?