K8061 using c#

Hello !
I assembled K8061 with DEMO software and it works OK !
I’m writing a program in C# using the k8061. I copy the DLL to the same folder where I have yours C# source, but any calls to the dll in my program still result in a file not found k8061.dll, error.

How can I finished this problem or do you have any sample how to the calling instruction on dll.
I would be very happy to get this information.


Kind Regards,
Alen[/code]

Put the dll in your windows system directory %WINDIR%\System32.

Visual Studio might try to look for the dll in the bin\ directory of your project. Putting the dll in the system32 folder will make sure it can find the file.