I am targeting a very poor demographic, where there is a wide range of Microsoft Windows platforms from Win95 to the most recent Windows 10.
I have read this article and another where they both explained how to use WINVER and other defines to ensure backwards compatibility. However, they did not go backwards far enough to address my compatibility requirements. Is there anyway to select an earlier version of Windows, preferably following a similar process to that discussed in the articles?
I know there are many considerations that I must take into account when creating the following software, such as defining my own entry point because Windows 95 does not have C runtime initialisation, but this question just wants to address the above.