I keep getting a DLL exception in my c# project with invoking the dll. I downloaded the simplemotionv2 project and built under Qt with the defaults. Everything seemed fine.
Message "Unable to load DLL 'simplemotionv2.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
As a test I took the dll from the Sample2 project smV2.dll and it seemed to work.
Should I be using another kit to build with VS2017?