LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to call functions from dll

i got a problem with calling function from a dll . I want to communicate with an USB instrument and I have the producer drivers with .lib, .dll, .h files but I can find no examples of written code to show me how to use this functions, how to call them in my program. Can someone help me with an example.  I attached the files I have on.
0 Kudos
Message 1 of 2
(3,004 Views)

simply add the .lib and .h file to your project. then #include the header file in your source code and call the functions as any other C function.

 

there is a FAQ entry about DLLs here.

Message 2 of 2
(2,997 Views)