Author Topic: WinUsb interface in Windows 7  (Read 8410 times)

robert.jenkins

  • Member
  • ***
  • Posts: 1
WinUsb interface in Windows 7
« on: August 25, 2010, 04:11:45 pm »
My student are trying to use Jan Axelson's downloaded vbasic project (winusb_vb) for devices with the WinUsb driver in Windows 7.  We are getting errors whereby certain api calls are not found in the specified dll libraries. In particular "CreateFile" not found in "kernel32.dll", and "SetupDiGetClassDevs" not found in "setupapi.dll".
Can anyone shed light on this problem?
Robert J.

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: WinUsb interface in Windows 7
« Reply #1 on: August 25, 2010, 09:50:48 pm »
The error occurs on building the project? What is the exact error message? Does the error occur on the first function called in each DLL?

Jan