Calling UsbWrapper from C++

My main application is written in Visual C++ 6.0. I’m haven’t been able to figure out how to call UsbWrapper. Does anyone know how to do this?

Could I get the source for UsbWrapper? I could port it to C++ which would be generally useful.

Mike

UsbWrapper is a .NET assembly, so just follow the steps you would follow to integrate any other .NET assembly in to your C++ project. Here is a thread where I helped someone do it:

Sorry, we aren’t planning on releasing the source code for UsbWrapper. If you want to make your own version of it in C++, you should learn how to use SetupAPI , the Public PnP Configuration Manager, and WinUSB. It’s a lot of work, so I wouldn’t recommend it to most people.

–David