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,
PCAN-UDS.dll can not find by my application
Re: PCAN-UDS.dll can not find by my application
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
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