What are the system files that can be found on any recent Windows operating system (perhaps since Windows 2000), without any changes? E.g. the same file size and the same binary content?
feedback
|
|
I think none. Cause Windows is evolving, new underlying technology, new runtime framework etc. So even if for backwards compatibility reasons, microsoft does keep the legacy methods exposed in a dll, they will add new methods, use newer compiler etc. So I think the answer is no. If you can elaborate on the need for such details, we may be able to suggest some alternatives. | |||
|
feedback
|
|
Microsoft tries to assure everyone (and especially their big customers) your old programs still run, that means backwards compatibility and the debt that comes with that. Reading Raymond Chen's blog you'll find many of these small little backwards compatibility "features" (about 577 posts according to Google). Big chance, these files are not changed because external programs depend on it in a static way, and windows either uses a wrapper to add functionality, or uses a whole different set of dll's. Funny example is the xerox folder. | |||
|
feedback
|
|
Any of the So I would vote for: none | |||
|
feedback
|
