I want to call functions in a DLL (created by someone else using VB) from my CVI app. The DLL is well documented so I know what all of the functions (methods) are and required parameters.
I have created and used CVI DLLs but how do I go about accessing the functions in this 3rd party dll.
I assume that I need to create a header file to define the functions since there is no DLL library file, but how do I tell CVI where to go looking for these functions and how do I include the calls in my code.
is there some example code somewhere?