LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

IVI-COM Drivers in CVI

How can I develop and/or use IVI-COM instrument drivers in CVI? The
IVI driver wizard seems to be C interface oriented.
0 Kudos
Message 1 of 4
(2,949 Views)
You need C++ compiler/linker such as Visual C++ for driver
development. Possible to use C for using drivers, but it will
have some difficulty.

Makoto

"Rupert Bear" wrote in message
news:7pqp8ucgf8sq3p011mkgoeodbnqsaeuc4a@4ax.com...
> How can I develop and/or use IVI-COM instrument drivers in CVI? The
> IVI driver wizard seems to be C interface oriented.
>
>
0 Kudos
Message 2 of 4
(2,949 Views)
Thanks, that's pretty much what I thought. I believe IVI defines C
wrappers for COM drivers and vice versa, but I haven't looked at the
details. I wonder how NI will develop its products to support COM
based driver development if it becomes popular.

RB

On Tue, 12 Mar 2002 21:34:43 +0900, wrote:

>You need C++ compiler/linker such as Visual C++ for driver
>development. Possible to use C for using drivers, but it will
>have some difficulty.
>
>Makoto
>
>"Rupert Bear" wrote in message
>news:7pqp8ucgf8sq3p011mkgoeodbnqsaeuc4a@4ax.com...
>> How can I develop and/or use IVI-COM instrument drivers in CVI? The
>> IVI driver wizard seems to be C interface oriented.
>>
>>
0 Kudos
Message 3 of 4
(2,949 Views)
C wrapper is optional for IVI-COM drivers. To develop an IVI-COM
driver with CVI, it at least needs to support C++ feature and a MIDL
compiler.

Mkt

"Rupert Bear" wrote in message
news:eg0t8u4dgqehntjvulk0ljslba6s7juj58@4ax.com...
> Thanks, that's pretty much what I thought. I believe IVI defines C
> wrappers for COM drivers and vice versa, but I haven't looked at the
> details. I wonder how NI will develop its products to support COM
> based driver development if it becomes popular.
>
> RB
0 Kudos
Message 4 of 4
(2,949 Views)