Search found 1 match

by christek
Fri May 23, 2008 6:09 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: UsbAdc11.dll VB .NET usage
Replies: 1
Views: 5146

UsbAdc11.dll VB .NET usage

I'm Using a Usb ADC11 and the UsbAdc11.dll, I created an encapsulating module based on the USBADC11api.h file provided with the example code. I replaced all the pointer passes (*) with ByRef and all others with ByVal. One of the functions declared with a ByRef parramiter works fine: Declare Function...