Hallo,
I'm writing a USB driver for basic I/O device. I'm having
problem with libraries/modules. I include this libraries
into my project "usbclient.lib" and "usbd_lib.lib" ( the
second is required by RegisterClientDriverID and
RegisterClientSettings functions defined in Usbdi.h since
those functions perform RegistryKey registration on the
DriverInstall invoke). Unfortunetly some of other
functions are defined in both of those libraries and can't
be linked. I'm using PB 4.1.
Any help or solution would be nice
Regards
Bart

USB driver libraries problem by Lakshman

Lakshman
Sun Dec 07 22:10:26 CST 2003

Hi Bart,
I guess "usbd_lib.lib" itself is sufficient for
all the I/O operations on the device.
What are the API's which u expect in usbclient.lib?

Kindly try compiling ur code with only usbd_lib.lib.

Cheers,
Lakshman
>-----Original Message-----
>Hallo,
>I'm writing a USB driver for basic I/O device. I'm
having
>problem with libraries/modules. I include this libraries
>into my project "usbclient.lib" and "usbd_lib.lib" ( the
>second is required by RegisterClientDriverID and
>RegisterClientSettings functions defined in Usbdi.h
since
>those functions perform RegistryKey registration on the
>DriverInstall invoke). Unfortunetly some of other
>functions are defined in both of those libraries and
can't
>be linked. I'm using PB 4.1.
>Any help or solution would be nice
>Regards
>Bart
>.
>