LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to know the input/output parameter for certain function in a DLL

  I have a DLL, and I can know what's functions in it by using LabVIEW. However, I can not know the input/output parameters in the function. Is there any method?
 
 
Thanks!
Jacky
0 Kudos
Message 1 of 2
(3,705 Views)

Normally you should have a header-file for the DLL, that gives you information about the functions and their parameters. If there is no header-file, you could use the dependency-walker (installed with CVI in the ...\CVI80\sdk\bin folder, the exe is called depends.exe). The Dependency Walker will show you the funcxtion names, but no parameter information. You can download the Dependency Walker from here, if you don´t have the sdk installed with CVI:

http://www.dependencywalker.com/

 

Hope this helps!

0 Kudos
Message 2 of 2
(3,659 Views)