VM116 and C++ Builder

Hi,

I’m trying to make my own software, so I downloaded the k8062sdk archive. Then I created my own proyect on c++ builder 6, after that on the head I wrote "#include “K8062D_DLL.h” and copied to the proyect folder these files:

  • FASTTime32.dll
  • K8062D.dll
  • K8062e.exe
  • K8062D_DLL H file

And nothing happens, what I’m missing or doing wrong?

Thanks!

You have to add the file K8062d.lib to the project.

  • Choose from the menu: Project -> Add to Project…
  • Make sure “Files of Type” is set to “Libray File (*.lib)”
  • Locate K8062d.lib then click Open button.

It worked, I am very grateful!!

Thanks,