adc16 driver in .net environment

Post your .Net discussions here
Post Reply
adc16

adc16 driver in .net environment

Post by adc16 »

Any one knows how to write wrapper class for adc16 driver "adc1632.dll", so i can use adc16 in .net environment.

please help

thanks

adc16

adc16

Post by adc16 »

i am currently using c#

Guest

Post by Guest »

You don't need a wrapper, as C# allows you to interface with DLLs in other languages directly - check Microsoft's MSDN.

Post Reply