[Issue 6024] Windows 2000 SP4 is not supported any more? And what is still supported?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 17 01:00:18 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6024


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-05-17 00:56:09 PDT ---
What is supported depends entirely on which feature or module you're talking
about. std.datetime won't work with anything prior to Win2k pro because some of
the functions that it needs didn't exist before that. std.file, on the other
hand, manages to include compatability for Win98. It's not really possible at
this point to say which versions of Windows are supported, because it depends
entirely on which features you're talking about. I don't believe that anything
in druntime or Phobos requires anything which was added after XP (and given how
prevalent XP still is, it shouldn't), but anything older than XP is very much
hit and miss.

Personally, I think that it would be a great idea to just declare that anything
older than XP is unsupported, but the general approach has been to support the
oldest version of Windows that we reasonably can for any particular piece of
functionality. I don't know what the situation is with the stacktraces and
whether that can be dealt with in a way that allows druntime to function on
OSes prior to XP.

If anything, I'd say that the current state is that you should expect that the
current dmd and libraries should fully work on XP but with anything before
that, you risk it not working. Generally, however, bugs relating to pre-XP will
be fixed if it can be reasonably done.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list