Well, to get a better idea, try installing Chrome 78 on XP. It fails. But if you install it on Wine, it should work. Therefore: Wine on XP to run modern programs.
Nice!I am starting a project called WineForXP. WFXP is a fork of the Wine project (www.wine-hq.org) designed to run on Windows XP. This will allow XP users to run modern Windows programs.
Looks like an interesting project - if you want more people to help with testing you should include compiled binaries with your releases otherwise all you will have are the 2 remaining XP developers who can provide feedback.
The source code is for the developer(s). Once I get the program working, I'll upload the actual installer.The downloads on your Github repo are all source code. Those that have never compiled C source won't be able to use WineForXP.
Wine is known to work on the operating systems on that list, since they meet all the requirements.The README file says:
3. REQUIREMENTS
To compile and run Wine, you must have one of the following:
Linux version 2.0.36 or later
FreeBSD 8.0 or later
Solaris x86 9 or later
NetBSD-current
Mac OS X 10.5 or later
As Wine requires kernel-level thread support to run, only the operating
systems mentioned above are supported.
Please elaborate
Excellent. Linux has a built-in C compiler so you can build it yourself with a few MAKE commands as listed in the documentation. XP requires you to install Visual C Studio or similar.The source code is for the developer(s). Once I get the program working, I'll upload the actual installer.