NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make "?" button work in Teststand edit C\C++ DLL Call dilog?

In order to make "?" button work in Teststand edit C\C++ DLL Call dilog what should I do during my creating DLL in CVI?
0 Kudos
Message 1 of 2
(2,741 Views)
Hi,
 
i'm only a beginner, but this worked for me:
 
in CVI, go to the following option
 
Build->Target Settings
 In the window click on Type Library
 Enable 'Add Type Library to dll'
Enable 'Include links to help file'
Enter the name of the function panel being used.
Press OK.
 
I also have the .hlp file in the same folder as the dll, but I think the first time you access it in TestStand if it cant find the help file in any of its folders it asks for location.
 
hope that helps
 
Nigel
 
 
 
0 Kudos
Message 2 of 2
(2,730 Views)