Questions tagged [mpusbapi]

API for Microchip's MCHPUSB driver.

API for Microchip's MCHPUSB driver.

Binaries/headers: https://github.com/mentatpsi/Microchip/tree/master/USB/Tools/MCHPUSB%20Custom%20Driver

Site: Somewhere on http://www.microchip.com (editor's note: Not sure if this is deprecated or what, information is sparse).

1 questions
0
votes
1 answer

Using Microchip's mpusbapi.h in VS 2015 yields "LNK2005 Already defined" errors

I am writing class that has to import some of its functions from mpusbapi.dll file. Unfortunately, when I try to include ActuatorControl.h in the main file, I was given a LNK2005 already defined error, Error LNK2005 "unsigned long (__cdecl*…
Edward H
  • 21
  • 1