From: Xiaofan C. <xia...@gm...> - 2016-11-18 11:49:59
|
On Fri, Nov 18, 2016 at 4:12 AM, Chris E <sp...@gm...> wrote: > Ahh. I had trouble even using the precompiled DLL at all in VS2015. Try > 2013. You might need to search a bit to find the installer. Microsoft > loves redirecting people to VS2015. > > I believe that the DLL was compiled with VS2008!!! The VS solution is of version VS2008. https://github.com/mcuee/usb-travis/blob/master/libusbK/libusbK.sln The binary package (including libusbk.sys, libusbk.dll, examples, installers, etc) is built with WDK 7600.16385.1 which has its own compiler. Ref: https://github.com/mcuee/usb-travis/blob/master/libusbK/make.cfg That WDK can be downloaded here. https://www.microsoft.com/en-us/download/details.aspx?id=11800 -- Xiaofan |