PCAN-UDS.dll can not find by my application

A free API for the communication with control devices according to UDS (ISO 14229-1)
Post Reply
mert.sahin
Posts: 4
Joined: Fri 2. Nov 2018, 08:17

PCAN-UDS.dll can not find by my application

Post by mert.sahin » Fri 2. Nov 2018, 09:21

Hello,
I have C# project and it uses PCAN-UDS.dll and PCAN-ISOTP.dll. I can copy paste .dll files to the related folders, I need to investigate OS' bit whether it is 32bit or 64 bit. Then, select the related .dll files and copy paste it. My question is, is there any setup files for PCAN-UDS.dll and PCAN-ISO-TP like PeakOemDrv.exe. In PeakOemDrv.exe setup, I can only see the PCANBasic option.
Thanks,

M.Maidhof
Support
Support
Posts: 1751
Joined: Wed 22. Sep 2010, 14:00

Re: PCAN-UDS.dll can not find by my application

Post by M.Maidhof » Fri 2. Nov 2018, 15:09

Hello,

there is no setup availabe for the ISO-TP or UDS dlls. But please copy all dlls as follows:

Windows 64 bit system:
all 64bit dlls: Windows\system32 directory.
all 32bit dlls: Windows\syswow64 directory.

Windows 32 bit system:
all 32bit dlls: Windows\system32 directory.

no need to have local dlls than, the dlls will be loaded depending on the application (32 or 64bit)

regards

Michael

Post Reply