OT - more Wndows 10 issues (updates)

Oct 05, 2016 61 Replies

One reason was a pragmatic one that Microsoft's partners had a lot of commercial software which to maintain backward compatability contained versions of the program to suit all versions of windows with simple checks at the start to find out the version of windows running on that machine and then jumps to the code for that version. Unfortunately the bit of code to check for W95 and 98 that M$ suggested originally was something like: if(version.StartsWith("Windows 9")) { /* 95 and 98 */ } else { etc

so if there was a real windows 9 it would jump to the old code and hang the machine.

Alan

I was tempted to say 'surely programmers are smarter than that' but then I thought again.

It is as likely an explanation as any.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required