
It's something lots of people here on OSNews have been waiting for. It's something we've talked about, something we've theorised about, and something we've declared as the future for Windows' backwards compatibility - and now it's here, and official. Over a month ago, Microsoft bloggers Rafael Rivera and Paul Thurrott have been briefed by Microsoft on a technology for Windows 7 called Windows XP Mode. Available as a free download for Windows 7 Professional, Enterprise, and Ultimate users, it's a fully integrated and licensed copy of Windows XP SP3 in a VirtualPC-based environment, with full "coherence" support. In other words,
it's Microsoft's variant of Apple's Classic environment, and it's coming to Windows 7, for free.
Near-instant update: The
Windows 7 RC will indeed be available publicly on May 5. TechNet/MSDN will get it April 30.
Member since:
2005-07-06
The irony of Anymous Penguin is the fact that he provided a link ( http://www.linuxforums.org/forum/coffee-lounge/37811-does-linux-use... ) that refuted his stance on the issue of DLL's and the apparent issues in the form of DLL Hell (which is just as annoying as dependency hell)
In most Unix systems, the object and executable file format is called ELF (Executable and Linking Format). A part of ELF is the Shared Object specification (hence the filename suffix ".so"), which is the ELF implementation of DLLs. The name "shared object" is, of course, derived from the fact that they are (usually relocatable) objects that are shared by several processes simultaneously.
So Linux/UNIX has DLL's already but they're called share objects, but then the person goes on to say:
So the issue has nothing to do with DLL's but the lack of versioning of DLL's; that can be fixed without making an idiot claim of 'getting rid of DLL's'.
PS. What I am posting is on the assumption that the the post on that link is correct.