How can i call usbadc11.dll from visual basic?

Post your VB and VBA discussions here
Post Reply
Seyi
Newbie
Posts: 1
Joined: Wed Sep 23, 2009 2:17 pm
Location: nigeria
Contact:

How can i call usbadc11.dll from visual basic?

Post by Seyi »

The example given by the driver cd worked fine with LTP1, I tried to use the same method with USB it complained no entry point for usbadc11.dll. However, from the example given on using usbadc11.dll with c- language I noticed that the functions are quite different from the Vb example. I need some code on the basic way to declare usbadc11.dll with vb 6.0 and also all the procedures and functions to be highlighted.



Thanks
programming

Robin
Advanced User
Advanced User
Posts: 558
Joined: Fri Sep 19, 2008 10:17 am

Re: How can i call usbadc11.dll from visual basic?

Post by Robin »

Hi

Have you looked at usbadc11.xls in the SDK? This is a VBA macro that you might find helpful.

The SDK can be downloaded via www.picotech.com/software.html

Robin

Post Reply