06-29-2018 07:34 AM
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
07-02-2018 11:22 PM
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