The Daily WTF: Curious Perversions in Information Technology
Welcome to TDWTF Forums Sign in | Join | Help
in Search

Windows 3.10 in XP

Last post 12-27-2007 3:29 PM by MarcB. 17 replies.
Page 1 of 1 (18 items)
Sort Posts: Previous Next
  • 12-15-2007 9:26 PM

    • Ice^^Heat
    • Top 100 Contributor
    • Joined on 01-24-2007
    • Wijchen, The Netherlands
    • Posts 262

    Windows 3.10 in XP

    I've been trying to read this article: http://www.vanwensveen.nl/rants/microsoft/IhateMS_1.html

    I'm still a long way from reading reading everything. But this struck me about XP: "What a great new product. Of course it makes sense to provide compatibility modes for old Windows applications, but to find the bulk of Windows 3.10 and DOS 5 (all of it 16-bit code) up to and including EDLIN, installed under the hood of Windows XP makes you wonder about the design principles that have gone into each "new" version of Windows."

    Can anyone familiar with XP architecture confirm this? And as to how one can "see" this? By looking at the DLL's or something?

  • 12-16-2007 12:32 AM In reply to

    • Daniel15
    • Top 150 Contributor
    • Joined on 01-27-2007
    • Melbourne, Australia
    • Posts 217

    Re: Windows 3.10 in XP

    Took a quick glance through that article... Very interesting!

    And, from the sentence right before the one you quoted:

    If you look in some executables in the Windows directory, you find internal labels like "ProductName: Microsoft Windows (TM) operating system, ProductVersion: 3.10". There's even DOS 5.0 code with a 1981-1991 copyright date.

    I've yet to verify this (need to start my Windows XP Virtual machine). Looks like the ProductVersion is set to 3.10 on some of the DLLs.

  • 12-16-2007 5:16 AM In reply to

    Re: Windows 3.10 in XP

    It's kinda true, in that all the old libraries are still around. I don't see why this is significant. Microsoft have done a lot of stupid and nasty things, but this really doesn't qualify.
  • 12-16-2007 6:43 PM In reply to

    • RayS
    • Top 25 Contributor
    • Joined on 01-22-2005
    • Posts 691

    Re: Windows 3.10 in XP

    Absolutely spot on! I don't know why people insist on using existing code when developing the next version of their product. The only way to get a successful product is to deltree/rm your entire source folder before you even consider releasing Version++.

    If, like Microsoft, you base a lot of your strategy on backwards compatibility, you may be tempted to keep old libraries around for this purpose. If you are considering this, STOP! This will only prove to the entire world that you cannot innovate, and just reuse any old rubbish that's laying around in your bin directory. Wanting to be a forward-thinking company, you should instead clean room reverse-engineer your own libraries, applications, and protocols.

     

    Tune in next week for my rant against Ford et al all reusing the same old engines and wheels for every new car, but just tweaking it a little bit. Do they hate innovation or something? Really, we're all just driving around in the same old Model T!

    START REINVENTING THE WHEEL, PEOPLE!!
     

    EULA: By reading this post and associated disclaimer, you are consenting to agree with the opinions disclosed within. If you disagree with this license agreement, you may not return it for a refund.
  • 12-16-2007 10:40 PM In reply to

    Re: Windows 3.10 in XP

    The latest version of most UNIX-like systems includes standard utilities that date from the 1970s.  Of course, at least the old utilities are just "experienced" and not simply left to rot like most of Microsoft's legacy apps (I'm looking at you, Notepad).
    "Frames securely mediate, by design. Secure multi-mediation is the future of all webbing."
  • 12-16-2007 10:58 PM In reply to

    Re: Windows 3.10 in XP

    djork:
    The latest version of most UNIX-like systems includes standard utilities that date from the 1970s. Of course, at least the old utilities are just "experienced" and not simply left to rot like most of Microsoft's legacy apps (I'm looking at you, Notepad).

    Except perhaps for cpio. 

  • 12-17-2007 6:32 AM In reply to

    Re: Windows 3.10 in XP

    c3pio?
    — Flurp.
  • 12-17-2007 6:58 AM In reply to

    Re: Windows 3.10 in XP

    It's not too tough to see this. EDLIN.exe is present in the system directory, and is still a DOS application. Win16 applications still work (mostly), so the old libraries are present.

    But I can't understand people who scoff at MS because of backward compatibility. Heck, I have an old game (Win32, though), that uses DirectX 3a and it still runs perfectly. (Well, actually not, but not because of incompatibility, but because the translators screwed up. Now translators are ones who I might rant about. Anyway, it's still possible to run it with a minor tweak to the executable). It's a plus that you are still able to use DOS applications without emulators. Surely, the Windows codebase would be cleaner if not for this compatibility cruft, but I think it's worth it.

    What's up with cpio?

    ╩юфют√ь ёЄЁрэшЎрь яюЁр эр яхэёш■.

    Visit #TDWTF @ SlashNET - the semi-official WTF IRC channel.
  • 12-17-2007 7:20 AM In reply to

    Re: Windows 3.10 in XP

    Spectre:

    What's up with cpio?

    Nobody has wanted to use the horrible beast in over ten years, and it shows. 

  • 12-21-2007 12:24 AM In reply to

    • phaedrus
    • Top 500 Contributor
    • Joined on 03-20-2007
    • Seattle Ex-Pat living in the Bay Area
    • Posts 111

    Re: Windows 3.10 in XP

    asuffield:
    Spectre:

    What's up with cpio?

    Nobody has wanted to use the horrible beast in over ten years, and it shows. 

    Oh yes, it's been updated in the last 10 years.  It's called RPM now, and still just as much of a WTF*.

    * Ok, ok, I exaggerate a little.  RPM is a container format that adds dependency tracking and other stuff, but the archive with the actual stuff in it is usually a cpio.  And I'm not about to take back the "it's a WTF" comment.  I switched to Slackware largely because it has a better package management system--mind you, Slackware uses all-but-bare tarballs for package management.  Debian based systems are your best bet for good package management.  Also, I'm bitter because the build system at work uses RPMs, and it is a gigantic monster of a WTF.   

    All men are frauds. The only difference between them is that some admit it. I myself deny it.
    -- H. L. Mencken
  • 12-21-2007 12:29 AM In reply to

    • phaedrus
    • Top 500 Contributor
    • Joined on 03-20-2007
    • Seattle Ex-Pat living in the Bay Area
    • Posts 111

    Re: Windows 3.10 in XP

    Spectre:

    It's not too tough to see this. EDLIN.exe is present in the system directory, and is still a DOS application. Win16 applications still work (mostly), so the old libraries are present.

    But I can't understand people who scoff at MS because of backward compatibility. Heck, I have an old game (Win32, though), that uses DirectX 3a and it still runs perfectly. (Well, actually not, but not because of incompatibility, but because the translators screwed up. Now translators are ones who I might rant about. Anyway, it's still possible to run it with a minor tweak to the executable). It's a plus that you are still able to use DOS applications without emulators. Surely, the Windows codebase would be cleaner if not for this compatibility cruft, but I think it's worth it.

    There are far better ways to accomplish this task.  My Linux system is capable of playing DOS and Win95 games flawlessly*, but there is not a single line of code in my OS proper dedicated to compatibility with these horrid excuses of operating systems.  I have a QEMU install with FreeDOS and a copy of Win95 I found on eBay.  It works great.  Better, in fact, than trying to play these games in XP without resorting to emulation or a VM of some sort.  Win95 actually runs faster on my machine in its virtualization environment than it ever did on real hardware of the era.
     

    * For definitions of "flawlessly" meaning as well as the original, buggy systems ever did.

    All men are frauds. The only difference between them is that some admit it. I myself deny it.
    -- H. L. Mencken
  • 12-21-2007 3:43 AM In reply to

    Re: Windows 3.10 in XP

    phaedrus:
    asuffield:
    Spectre:

    What's up with cpio?

    Nobody has wanted to use the horrible beast in over ten years, and it shows. 

    Oh yes, it's been updated in the last 10 years.  It's called RPM now, and still just as much of a WTF*.

    It's still a horrible beast that nobody wants to use, and I dispute that it has been updated in the past ten years.

    It is more of a WTF though. Even dpkg's source (written in iwj-C) looks attractive compared to the monstrosity of the rpm tree.

  • 12-21-2007 6:35 AM In reply to

    • ammoQ
    • Top 10 Contributor
    • Joined on 04-13-2005
    • Vienna.Austria.Europe.Earth
    • Posts 3,347

    Re: Windows 3.10 in XP

    phaedrus:

    accomplish this task.  My Linux system is capable of playing DOS and Win95 games flawlessly*, but there is not a single line of code in my OS proper dedicated to compatibility with these horrid excuses of operating systems.  I have a QEMU install with FreeDOS and a copy of Win95 I found on eBay.  It works great.  Better, in fact, than trying to play these games in XP without resorting to emulation or a VM of some sort.  Win95 actually runs faster on my machine in its virtualization environment than it ever did on real hardware of the era.

    For DOS programs (like the original DOOM), DOSBox (together with FreeDOS) on Linux also works very well. Even programs that do low-level hacks with the VGA work as expected.

    beanbag girl 4ever
  • 12-21-2007 9:59 AM In reply to

    Re: Windows 3.10 in XP

    Raptor, and old DOS top-scrolling shooter, has never failed to operate perfectly under whatever circumstances. I believe it to be the most perfect piece of software I have, given that it also provides ample entertainment in the form of blowing lots of stuff up.
    — Flurp.
  • 12-21-2007 10:10 AM In reply to

    Re: Windows 3.10 in XP

    Tyrian is fun too (two player coop is annoying when you do NOT want to merge the ships though). Haven't had a problem running it in any environment (FreeDOS, DOS 6.22, DosBox, Win9x, Win XP).
    irc://irc.slashnet.org/#TDWTF
    <Ling> Looks like [lotus] notes was indeed clock sucking and pissing wildly on my disk
    <Duplication_Prevention_Bot> Wow, that was a disturbing image.
  • 12-27-2007 1:42 PM In reply to

    Re: Windows 3.10 in XP

    phaedrus:
    asuffield:
    Spectre:

    What's up with cpio?

    Nobody has wanted to use the horrible beast in over ten years, and it shows. 

    Oh yes, it's been updated in the last 10 years.  It's called RPM now, and still just as much of a WTF*.

    * Ok, ok, I exaggerate a little.  RPM is a container format that adds dependency tracking and other stuff, but the archive with the actual stuff in it is usually a cpio.  And I'm not about to take back the "it's a WTF" comment.  I switched to Slackware largely because it has a better package management system--mind you, Slackware uses all-but-bare tarballs for package management.  Debian based systems are your best bet for good package management.  Also, I'm bitter because the build system at work uses RPMs, and it is a gigantic monster of a WTF.   

    Did you know that a debian package is an ar archive under the hood? (it contains a small text file and two tar files).
  • 12-27-2007 3:17 PM In reply to

    Re: Windows 3.10 in XP

    ammoQ:
    phaedrus:

    For DOS programs (like the original DOOM), DOSBox (together with FreeDOS) on Linux also works very well. Even programs that do low-level hacks with the VGA work as expected.

    Ahh, good old Doom.  I still play it using an (I think) open source engine called Doom Legacy.  Lets me take advantage of today's larger screen sizes, jumping, and angling up or down.  I recommend it.  Also, it makes loading new .wads easy.  Star Wars Doom FTW!

    SpectateSwamp: I can see you. You don't have to hide anymore. C'mon out and play!

    [10:07] <fatdog> so from now on.. be sure to wear nice clean underwear
    [10:07] <mps> fatdog: That is simply not going to happen
  • 12-27-2007 3:29 PM In reply to

    Re: Windows 3.10 in XP

    phaedrus:

    * Ok, ok, I exaggerate a little.  RPM is a container format that adds dependency tracking and other stuff, but the archive with the actual stuff in it is usually a cpio.  And I'm not about to take back the "it's a WTF" comment.  I switched to Slackware largely because it has a better package management system--mind you, Slackware uses all-but-bare tarballs for package management.  Debian based systems are your best bet for good package management.  Also, I'm bitter because the build system at work uses RPMs, and it is a gigantic monster of a WTF.   

    Ignoring the internals of RPM, I find its biggest WTF is the dependency hell you go through when un/installing anything non-trivial. RedHat's official RPMS like to link against everything under the sun. Why is that if you remove a trivial (say) Gnome package that you'll never use, RPM wants to remove the entire Gnome system?

    Yum helps a bit, but it's so extraordinarily dog slow compared to apt, the only fair analogy is playing a modern FPS shooter at 1600x1200 @ 120hz on a 70's style TTY printer.
     

    -- Never play leapfrog with a unicorn
Page 1 of 1 (18 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems