[Issue 6024] New: 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 00:43:27 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6024
Summary: Windows 2000 SP4 is not supported any more? And what
is still supported?
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: blocker
Priority: P2
Component: druntime
AssignedTo: nobody at puremagic.com
ReportedBy: verylonglogin.reg at gmail.com
--- Comment #0 from Denis <verylonglogin.reg at gmail.com> 2011-05-17 00:39:19 PDT ---
Since dmd v2.053 RtlCaptureContext function (minimum supported client Windows
XP) is in file
runtime\src\core\sys\windows\stacktrace.d
So on Windows 2000 you have "Entry point not found" error when any D2 program
starts (e.g "void main() { }" program).
I'll understand, if Windows 2000 is not supported any more. I think it can be
supported, but if community doesn't want, so be it. But this undefined
behaviour is very bad. Please write supported operating systems somewhere in
plain view (e.g. in Requirements and Downloads section of
http://www.digitalmars.com/d/2.0/dmd-windows.html). And in write in changelog
"... OS is not supported any more".
Since some previous version, you have no command line arguments on Windows 98,
but in std.file there are a lot of code aimed to support this OS. It's very
confusing. So, please, write what systems are supported. "operating system,
such as Windows XP" is sounds very obscure (and it is).
--
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