08-07-2008 04:13 AM
08-07-2008 09:42 AM
To suprassad -
It is likely that the DLL is built with an earlier version of CVI which does not put additional export information in the DLL so that TestStand can read it. The earlier version of CVI is used to build the DLL to ensure that it will work with earlier versions of the CVI runtime. All you have to do is read the header file or look at the CVI function panel and build the prototype using the DLL or CVI adapter pane or dialog. On my system the header file is stored in the C:\Program Files\National Instruments\NI-845x\MS Visual C directory.