[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 13:07:01 PDT 2011


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



--- Comment #7 from Vladimir Panteleev <thecybershadow at gmail.com> 2011-05-17 13:02:52 PDT ---
Jonathan,

A while ago Microsoft updated the "minimum supported Windows version" fields in
MSDN to only go back as far as Windows 2000. Thus, do not rely on that
information being correct. For example, look at the documentation for
GetMessage, the cornerstone function of Windows GUI applications - MSDN will
also claim that the "Minimum supported client" is "Windows 2000 Professional".

I believe the reason for that is simply that earlier Windows versions are
completely unsupported by Microsoft.

> and I suspect that the module won't compile on a Windows version older than that.

That's not how linking to libraries works on Windows. It doesn't matter which
Windows version you compile on, since system DLLs are not accessed during
compilation or linking - only the import libraries are. Attempting to run the
executable for which the OS can't resolve all dependencies will result in an
error message.

-- 
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