Hi,
I'm trying to run the C# example using Microsoft Visual C# Express.
But it says that the PCCP.dll can't be found although I tried numerous way to include it, such as:
- put into project dir
- put into bin\Debug dir
- put into System32 dir
- set as PATH
Could you please help?
C# Example
Re: C# Example
Hi again,
Sorry for my previous post.
I solved it by putting PCANBasic.dll in the same location as the PCCP.dll, which was not the case.
I got confused because the system says it can't find PCCP.dll and not the PCANBasic.dll.
Sorry for my previous post.

I solved it by putting PCANBasic.dll in the same location as the PCCP.dll, which was not the case.
I got confused because the system says it can't find PCCP.dll and not the PCANBasic.dll.
Re: C# Example
Hello diantn,
Please check that the both dlls (PCCP.dll AND PCANBasic.dll) are located eather in the Windows\System32 folder or in the folder where the exe using the API is located, so that you have three files like in the following picture:
Please check that the both dlls (PCCP.dll AND PCANBasic.dll) are located eather in the Windows\System32 folder or in the folder where the exe using the API is located, so that you have three files like in the following picture:
Best regards,
Keneth
Keneth