Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Studio C# project

Hi,

I try to make an interface for Ni-8452 on a visual studio with C# but i cannot use directly ni845x.dll and i need to convert it to C# project. I tried to create a new dll, by using extern "C" method, i tried to convert it but i cannot make it. I use this method by using ni845x.h and .lib.

could anyone help me?

 

 

Thanks

0 Kudos
Message 1 of 2
(2,368 Views)

Hello johndalton

 

For specific questions about that driver, I recommend posting your question on the following forum. From a visual basic point of view, this driver supports only visual C, so I think it will be necessary to make a wrapper type in C to communicate to the dll.

 

Regards

 

 

0 Kudos
Message 2 of 2
(2,333 Views)