Date: | August 6, 2007 / year-entry #286 |
Tags: | other |
Orig Link: | https://blogs.msdn.microsoft.com/oldnewthing/20070806-00/?p=25703 |
Comments: | 10 |
Summary: | Back in 1993, there was an internal presentation discussing the various new features that were being added to that fancy new version of Windows that ultimately came to be known as Windows 95. In the GDI section, one of the new features was listed as "Enchanced metafiles". When the slide went up, you could hear the... |
Back in 1993, there was an internal presentation discussing the various new features that were being added to that fancy new version of Windows that ultimately came to be known as Windows 95. In the GDI section, one of the new features was listed as "Enchanced metafiles". When the slide went up, you could hear the scattered titters of laughter as each person read and discovered the typographical error. For a few days thereafter, the GDI folks had to endure people stopping by and asking them, "Hey, so how are those enchanced metafiles coming?" |
Comments (10)
Comments are closed. |
Could have been worse – if such a feature had existed at the time it might have been auto-corrected to "enchanted metafiles" :)
I had to read it three times before I saw the typo.
PMP
I don’t get it. What is Freudian about "enchanced?"
/probably just taking the title too seriously
Pretty lame typo to get excited about…
Jonathan, Freudian slip is just something that is caused by the subconscious.
In this example it could be that enchanced was misstyped because the typer thought that these new metafiles would only work under chance, or some such thing.
Yes, a Freudian slip is when you say one thing but mean a mother.
When my family got its first 386, I remember asking my Dad about its strange "enchanted keyboard".
Surely I can’t be the only one who thinks "enchanted metafiles" are more fun…
Maybe Enchanced Metafiles use some sort of randomness to recreate the original image. Hence, enchanced.
typedef struct tagENCHMETARECORD
{
DWORD iType; // Record type EMR_XXX
DWORD nSize; // Record size in bytes
DWORD dParm[1]; // DWORD Array of parameters
DWORD dwChance; // Chance record is correct
} ENCHMETARECORD;
I never liked the name metafiles in the first place. They are actual fully self contained real files, nothing meta about them. I would have rather they be called metaimages. Anyways, it can’t be changed now and few people use this clever file format anyways.
I also think bitmaps should have been called pixelmaps. Every file is a collection of bits.