I have tried to follow your Pass-Thru API document, and the J2534 _1 2004 standard document; However, I still get linker errors.
Below are two different ways I tried to declare the function prototypes, and 3 different ways that tried to implement the PassThruOpen function. I still get linker ...
Do you have any examples of the constructs needed to access the PassThruAPI functions using C or C++, using Visual Studio 2019?
Also, what is the proper project setup to be able to find the .dll without necessarily having to store it in the directory where .exe file is. I can copy the PCAN basic C ...