PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Version 25: No longer compatible with Windows XP
Version 25: No longer compatible with Windows XP
Iniciado por ingpanya, 14,abr. 2020 13:38 - 1 respuesta
Publicado el 14,abril 2020 - 13:38
Why my program compiled from WINDEV version 25 cannot run on windows XP

How to fix it

This link is same problem
https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/234953-version-25-plus-compatible-avec-windows/read.awp
Miembro registrado
50 mensajes
Publicado el 14,abril 2020 - 15:11
Remember that Windev development is based on a development framework (the windev framework) and because they need to keep up with the times and new features and requirements of the new OS in the market in every version they keep updating and adding new functions to that framework. (its like in Windev Mobile as well. windev mobile 25 do not support android 4.0, it only supports Android 5.0 and Higher). Windows XP has been officially DEAD since April 8 2014 (that is 6 years), in computing terms that is a lifetime. so if you want to support users that run applications on that platform i am afraid that you will have to keep 2 codebase versions of your app, 1 to keep moving forward and one to be stuck with windows XP (and compile with an old version of windev that supports windows xp) i dont see any other way, because i dont think pcsoft will stop moving forward with the framework because there are a small amount of clients that want to deploy solutions on a system that has been officially dead for 6 years.