Wonder what type of impact it'll have on us.
According to reports it will be free for users of Windows 7 and 8 so it will be interesting.

Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
I am really surprised it's not sooner. Not surprised it will be free. Microsoft has had zillons of complaints from Windows 8 users against the horrific, un-friendly interface design.mikeyd wrote:Windows 10 is coming in late 2015.
Wonder what type of impact it'll have on us.
According to reports it will be free for users of Windows 7 and 8 so it will be interesting.
this is one of the more popular rumors:StephenKay wrote:What happened to Windows 9?
(I guess they figured since Apple was at 10, they needed to get there fast.)
Geez, I hope all my software products work on this without major hassles - that's all I need!
Code: Select all
Microsoft dev here, the internal rumours are that early testing revealed just how many third party products that had code of the form
if(version.StartsWith("Windows 9"))
{ /* 95 and 98 */
} else {
and that this was the pragmatic solution to avoid that.
Good thoughts, but a bit wrong. The primary reason for this is because a lot of older software that still works fine on Windows 7 and 8 does a version check by looking for the number 9 to decipher which version of windows they are running, i.e. windows 98, 95 etc etc. it was decided by Microsoft at a very early stage using 9.0 would cause issues, hence 10.00, this was discussed at the windows insider developers conference quite a while back.What happened to Windows 9?
(I guess they figured since Apple was at 10, they needed to get there fast.)
I have been testing windows 10 for about 2 months now, both in a commercial software development team and in my own studio at home and have had no issues at all, one huge thing I have seen which made a big difference to me is windows now have an option to not enumerate device drivers (midi, usb etc etc) this means rather than every time I unplug my King Korg it saying midi device 1, 2, 3 etc etc you can now force it to keep the same name regardless of port changes, which in turn has stopped ableton live from getting confused as hell and thinking the instrument has gone.Windows 10 is coming in late 2015.
Wonder what type of impact it'll have on us.
StephenKay wrote:What happened to Windows 9?
You clearly never used Windows ME, have you?Pedja wrote:Hello girls and guys,
I have to put my 5. cents about Win 8.1 x64. I have involved in PC technology since 1987. when I have bought my first PC (XT 8 MHz 8088 processor). Since that I used all OS from DOS 2.0 to Win 8.1. I am sorry but I have to say that last OS (win 8.1) is worst OS in history of MS.
thank you for the warningmikeyd wrote:Windows 10 is coming in late 2015.
Wonder what type of impact it'll have on us.
According to reports it will be free for users of Windows 7 and 8 so it will be interesting.
That was a joke.scottgblood wrote:Hello Everyone,
As a software geek I can answer some of the questions...
@StephenKayGood thoughts, but a bit wrong.What happened to Windows 9?
(I guess they figured since Apple was at 10, they needed to get there fast.)
OK, makes sense - but aren't there better ways to test for the operating system version? I guess that doesn't mean people used them...The primary reason for this is because a lot of older software that still works fine on Windows 7 and 8 does a version check by looking for the number 9 to decipher which version of windows they are running, i.e. windows 98, 95 etc etc. it was decided by Microsoft at a very early stage using 9.0 would cause issues, hence 10.00, this was discussed at the windows insider developers conference quite a while back.