I've updated my Phidget drivers and library using the new NuGet package from 1.0 to the latest (1.4.20190605).
Now I can't call the setter of the DigitalOutput.DutyCycle without getting an EntryPointNotFoundException like this:
I've noted this in the changelog which I guess has to do with this error:"Unable to find an entry point named 'Phidget_getLastError' in DLL 'phidget22'."
If I revert back to version 1.0, I keep getting an PhidgetException with the errorcode NotAttached (which is probably since I'm using the new Windows drivers).- Add getLastError API for exposing extra error information.
This means I'm currently stuck here and can't run my application for now.
Any ideas?
Regards,
Daniel