VS 10 with K8055D.dll

I used Visual Studio 10 with the old version 2 of this DLL and everything is running fine.

I used in my project the old files “K8055D_C.h”, “K8055D_C.lib” and “K8055D_C.dll”.

Now I want to use the new version 5, but i can’t find the corresponding files. Who can help me?

Unfortunately there in the latest K8055 software package is no .lib file for the Microsoft C++.
Instead you may use explicit (run-time dynamic) linking to the DLL:

Please see the example in the subfolder \examples\K8055DemoDevC
Also in this thread there is an example program using run-time dynamic linking: