LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

problem withe header file

Hi,
I received from a manufacturer a dll with .h,.lib and .dll files. I put them (.lib &.h files) in my CVI project. The problem is when i compile my project, CVI doesn't find the XXX.h file which is include in the .h file of the dll. I have the XXX.dll and XXX.sys. Can I do something with these files in order to create the XXX.h??
thanks a lot for answer.
Arnaud2404
0 Kudos
Message 1 of 2
(2,948 Views)
Hello

You need to make sure that you have all the correct headers and their dependencies installed as well. If this missing header is one of the Windows SDK header, then make sure that you have installed the Windows SDK that is included with CVI FDS. You would need to start up the CVI installer and enable this option from the feature tree.
There is no way to create a header file automatically. The manufacturer usually provides all the required header and lib files for use.

Which header is it looking for?

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,948 Views)