Page 1 of 1

Phidget22.NET and HUB5000_0

Posted: Thu Oct 03, 2024 2:49 am
by scsm
I have a few projects which are built with Visual Studio 2022 and the Phidget22.NET library.

On my EXE build workstation I seem to have an old version (1.12.20220912) installed (latest seems to be 1.20.20240911).

If I update this, how will it affect the operations of HUB5000_0s and attached phidgets? I guess, I'm asking if this library is backward compatible?

I have a project getting close to going live and don't want to break everything as there a LOT of moving parts to the solution - however, I'd like to also update if possible.

Also, what is the relationship between the library version number shown in the Phidget Control Panel, and the Phidget22.NET library in VS 2022?

Re: Phidget22.NET and HUB5000_0

Posted: Thu Oct 03, 2024 10:57 am
by Patrick
Hi,

Yes, it's fully backwards compatible. You may need to recompile your exe depending on your import settings.

You can have a look at the changelog here: https://phidgets.com/?view=changelog

The version in the control panel is coming from the C library. The .NET library and C library versions are kept in sync.

-Patrick