LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing .dll functions in CVI

Hi,

 

I am trying to access different functions in the OpenAL32.dll. How is that accomplished? I have added the "OpenAL32.lib", but I do not see how to access any of .dll functions. Could someone get me going and provide some straight forward steps as to how to be able to uses the functions from the OpenAL32.dll in me CVI program. I could really really use the help.

 

Thanks.

0 Kudos
Message 1 of 4
(2,997 Views)

There are really a lot of resources both on your machine and on this site that can help you in this matter: a simple search with ""dll" and "cvi" on NI support site returns several links among which you can start by reading this white paper, this FAQ and this KnowledgeBase entry. On the other side, this article is taken from the online help you have in your machine.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 4
(2,995 Views)

Robert,

 

thanks for the info, it was really helpful. Although, in the links that I have explored on the topic I find that I need the header (.h) file and in this case I do not have that. Is there another way to access the .dll in CVI without the header file?

0 Kudos
Message 3 of 4
(2,979 Views)

Not that I know of. You can try building the include file by yourself if you have the list of functions exported from the dll: see this link.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 4
(2,969 Views)