I am trying to use a PEAK PCI CAN Adapter through the PassThru API (v. 2.0.0).
Loading the PCANPT32.dll and methods succeeds, but calling PassThruOpen leads to a "Fatal Application Exit": The reason for that is that the PCAN-ISO-TP_2016.dll coud not be found.
Code: Select all
2514:0ac8 @ 03430515 - LdrpProcessWork - ERROR: Unable to load DLL: "PCAN-ISO-TP_2016.dll", Parent Module: "(null)", Status: 0xc0000135
Nevertheless, I couldn't find the PCAN-ISO-TP_2016.dll anywhere on my machine. It is also not present in the PCAN-ISO-TP API v.3.0.0 package.Note: The required APIs PCAN-Basic and PCAN-ISO-TP are installed both with the PCAN-PassThru setup.
Question:
Where can I find the PCAN-ISO-TP_2016.dll? Do I have to manually install it, or is it just currently missing in the download package?
Thank you in advance
Marc