Hi, I want to write a program to control the lightcommander in order to make the process more real time.
At this point I am trying to link the API library to the C++ project.
I have followed the steps in the API programmer's guide, and downloaded the 4 files (header, 2 dlls, and the lib) and have linked just the header and the lib through the project property as instructed.
I am having trouble with how to link the .dlls, as I believe that the implicit linking method shown in the guide was only for the .lib.
I am using visual studio 2010.
Again, my goal right now is to be able to use the provided APIs directly in the C++ code, and a detail step by step instructions would be greatly appreciated.
Thank you,
Yuma