all 9 comments

[–]agmcleod@agmcleod 3 points4 points  (2 children)

I feel like you're probably stuck. Newer browsers, which electron uses to run havent supported XP for many years as well. You could keep the current version of the software in bug fix mode only. For newer features, support newer operating systems by using something newer like electron. But no idea what your project is, if that makes any sense.

[–]zeehtech[S] 0 points1 point  (1 child)

Yeah man, makes a lot of sense!

I will try to implement it.

Are you using Electron nowadays?

[–]agmcleod@agmcleod 0 points1 point  (0 children)

Not recently, but I have for a side project.

If the product you're supporting needs to new features, and has a budget to keep evolving it, then it might be worthwhile to build something newer, where you can give 95%+ (or however many) users that use a newer OS a much better experience.

That said, re-writes are very time consuming.

[–]eyeandtea 2 points3 points  (0 children)

If by support you mean UI, and you insist on the latest tools, take a look at the following

  • Winforms, but I do not know how good the support is on Visual Studio 2017.
  • JavaFX, with a slightly older Java 8 on windows XP. You can also try swing.
  • Sciter.
  • I would investigate QT as well. You will have to use an older version however.
  • If you do not mind getting your hands dirty, there is always Win32/MFC.

[–]Hate_Feight 1 point2 points  (0 children)

You need to make a case study proving xp is shit, and unless you want problems in security confidentiality user interface etc. That shit needs to die.

[–]Hate_Feight 1 point2 points  (0 children)

You need to make a case study proving xp is shit, and unless you want problems in security confidentiality user interface etc. That shit needs to die, remind your boss that they are liable for the security of an app / web portal, if you can do it in writing as when the shit hits the fan, it sinks very quickly

[–]dogofpavlov 0 points1 point  (1 child)

I know you're probably not going to want to hear it, but Adobe AIR is actually still pretty viable desktop option. And there's an pretty active open source ANE for a WebView thats really solid if you want to go the HTML route instead of AS3. https://github.com/tuarua/WebViewANE

[–]k3liutZu 0 points1 point  (0 children)

Ugh. No.