libusbK 
3.0
Library Documentation
© 2011-2021 Travis Lee Robinson. All rights reserved.
Building with WDK

Building with a Windows Driver Kit.

libusbK source code and examples can be built with WDK in the same way as WDK examples:

  • From the start menu, locate the Windows Driver Kits folder and open the desired build environment command prompt.
    e.g. Windows XP x86 Free Build Environment
  • Navigvate to any folder with a sources file and execute the WDK build application.
    • This is also any folder with a .sln solution file or .vcproj project file.
Build all libusbK modules (dll,lib,sys,kList,kBench)
cd \libusbK-3.0.2.4-src
build /cegZ
Build libusbK.dll only
cd \libusbK-3.0.2.4-src\src\libusbK.dll
build /cegZ

MSDN Link: Build Utility Command-Line Parameters