libjuice icon indicating copy to clipboard operation
libjuice copied to clipboard

How can I support windows XP, I want to use this project under XP

Open fengshangren opened this issue 1 year ago • 3 comments

How can I support windows XP, I want to use this project under XP

fengshangren avatar Sep 01 '22 04:09 fengshangren

The library requires at least Microsoft Windows 7. To make in compatible with older legacy versions like Windows XP, you would need to implement workarounds for missing functions in the system API, for instance WSAPoll and BCryptGenRandom.

To be honest, Windows XP has been unsupported for more than 8 years, even the exceptional support for Windows Embedded ended a few years ago, and most third-party software dropped support nowadays. It shouldn't be used anymore.

paullouisageneau avatar Sep 01 '22 11:09 paullouisageneau

May I ask which version of libjuice finally supports windows XP?

fengshangren avatar Sep 09 '22 13:09 fengshangren

libjuice has never supported Windows XP, as the project was started in 2020.

paullouisageneau avatar Sep 09 '22 13:09 paullouisageneau