LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SetupDiGetClassDevs

Hello,
I
Which include must i use in Labwindows/CVI to compil "SetupDiGetClassDevs" 
 
I try to compil it with VS2008 and i succed . But i must do my Dll under CVI.
 
WinDDK is installed on my computer.
 
Thanks
0 Kudos
Message 1 of 4
(4,955 Views)

hi Jerome,

What this function is referenced to?

What is the aim of this function?

If you succeeded to compil it with VS2008, which header file did you include?

Regards,

Olivier L. | Certified LabVIEW Developer


0 Kudos
Message 2 of 4
(4,921 Views)
Hi,

maybe this link will help : here
It's a C source file which uses SetupDiGetClassDevs

So, I suppose you've used the Setupapi.h include file to compile under VS2008
Maybe you've got to specify the library path for the CVI project? Or add it to your project?


Message Edité par NI_Device_user_sb le 06-04-2008 06:29 AM
0 Kudos
Message 3 of 4
(4,914 Views)

Ok, thanks, in fact CVI sdk wasn't installed ...

My work was to comunicate with a PCI driver registered with a class interface.

Now it is ok.

0 Kudos
Message 4 of 4
(4,887 Views)