keenanlang / motorKinesis

Thorlabs Kinesis Support
0 stars 0 forks source link

Where do KDC101.lib amd KSC101.lib come from? #2

Open MarkRivers opened 3 years ago

MarkRivers commented 3 years ago

The src/Makefile contains these lines:

ThorLabsUSB_LIBS += KDC101
ThorLabsUSB_LIBS += KST101

But when I installed the Kinesis software on my Windows system I was unable to find files by these names. Where can they be found?

keenanlang commented 3 years ago

These are renamed versions of the really long named vendor libraries. This code was mostly hacked together for a Sector that wanted to quickly get it working. I kept running into build issues with the naming and getting the correct paths to be recognized, so I just renamed them and dropped them into the src directory.