Load PXCP.dll in C++ Builder

A free API for the communication with control units based on the Universal Measurement and Calibration Protocol (XCP) by ASAM for Windows®
Post Reply
Ramiro Cavazos
Posts: 2
Joined: Thu 28. Apr 2016, 15:02

Load PXCP.dll in C++ Builder

Post by Ramiro Cavazos » Tue 24. May 2016, 12:38

In the PCAN-XCP API are provided the PXCP.dll files.
I am using the C++ Builder and for some reason I can not load the library. I assume that the library was created in Microsoft Visual C++.

Is it possible to get the dll files in order to use them with C++ Builder?

Best regards

K.Wagner
Software Development
Software Development
Posts: 1080
Joined: Wed 22. Sep 2010, 13:36

Re: Load PXCP.dll in C++ Builder

Post by K.Wagner » Tue 24. May 2016, 15:37

Hello,

we have to check the DLL on this regard. It could be that indeed it has some incompatibility regarding C++ Builder (byte alignment for example). Meanwhile you can try to use the library with static load by using the PXCP.lib attached to this post.
Attachments
PXCP.zip
Library for static linking of PXCP.dll
(1.94 KiB) Downloaded 1470 times
Best regards,
Keneth

Post Reply