Overflow Exception in HIDCtrl.cs if CheckForOverflowUnderflow
Posted: Tue Jan 19, 2021 4:24 am
Hi,
exception is thrown at
I compile for x64 with
what is additional to your *.csproj definition. Is the overflow a intended behavior ?
I ask because you havn't defined a explicit CheckForOverflowUnderflow=false.
exception is thrown at
Code: Select all
DeviceInterfaceDetailData.ToInt32()
at HIDCtrl.HIDController.Connect() in ..\SDK\CSharp\Common\HIDCtrl.cs:line 217
Code: Select all
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
I ask because you havn't defined a explicit CheckForOverflowUnderflow=false.