This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB Interface Adapter with native C or C++

Hi everyone:
                              I have a requirement is controlling "USB Interface Adapter" by C or C++, I knew Ti have API which is written based on .net framework for the product. Like following link:

http://www.ti.com/tool/usb-to-gpio  and http://www.ti.com/tool/fusion_digital_power_api

But they are managed code, I can't work with them in my native C project.Actually I want to implement it on "QT", "QT" is library which is composed by native C++.I also tried methods from Microsoft advised: http://support.microsoft.com/kb/828736. But some error messages occur when I tried.  

Does anyone have any suggestion for me?? Thanks in advance.