I am trying to compile/build a C++ example program from the Phidgets company website. The program monitors and logs three devices. Using either VS2017 or VS2019 gives 20 lines of messages similar to this one:
Log_Mul_Phids(C17_9).obj : error LNK2019: unresolved external symbol __imp__Phidget_openWaitForAttachment@8 referenced in function _main
I have (Googled), read and tried a number of fixes. Yesterday I uninstalled and reinstalled both VS2017 and VS2019 and loaded updates to the Phidgets library. All the other example projects compile/work flawlessly and I am certain that in this project the linker must be losing track of the needed files.
I have also visited many technical forums and studied linker structure. I have certainly learned many other things.
Ten years ago I constructed a solar tracking system and used the devices available at that time. I am in the process of completing a more versatile machine and desire to use the more sophisticated devices now supplied by Phidgets. The support people at Phidgets have been helpful in getting me this far along and I would recommend that if you need a control system that you check them out.
If you can help me I would appreciate it.