r2d2droids
Member level 2
hi all,
I’m able to send data to a computer by a computer program that i wrote for a microcontroller which is connected to the computer through a usb port. I am also able to send the data which I send through endpoint that listens pipe. Everything is normal upto this point. However, all functions to write a pc interface is defined in a header called Wdfusb.h as described by MSDN library. I use borland C++ Builder 5.0 and it doesn’t contain such a header named Wdfusb.h. I wonder whether these functions are defined in another library with a different file name or should I use another compiler???
I’m able to send data to a computer by a computer program that i wrote for a microcontroller which is connected to the computer through a usb port. I am also able to send the data which I send through endpoint that listens pipe. Everything is normal upto this point. However, all functions to write a pc interface is defined in a header called Wdfusb.h as described by MSDN library. I use borland C++ Builder 5.0 and it doesn’t contain such a header named Wdfusb.h. I wonder whether these functions are defined in another library with a different file name or should I use another compiler???