Re: Future for VC++ Programmers
- From: "Mihai N." <nmihai_year_2000@xxxxxxxxx>
- Date: Thu, 28 Dec 2006 21:03:13 -0800
lack of a unified installer systemActually, the RPM used by RedHat was a defacto standard in many distros way
before Windows had something (remember the time when was no msi, only
InstallShield and Wise installer, doing whatever they though is right?)
nothing like the registry to determine what's onNow, I would not give registry as an example!
the machine and where
I really think the registry was a decent idea for shared info, but is a bad
idea when extended for private stuff. To store there info that is to be
shared, fine (COM interfaces, file associations, etc.)
But application private setting? C'mon!
I really find more convenient the traditional .ini
When I install an apllication on a new machine, I can just copy 1 ini file
and have all the settings the way I want. Not so with the registry.
Ok, registry *should* be nicer than an ini (binary format, faster access,
security rights at key level, etc.) Buit is is not, because for a long time
it was a "free for all", "dump whatever you want, however you want, wherever
you want." Applications writing all over the registy is one of the major
things breaking applications in Vista (running with a non-proviledged user).
Relatively few applications write to "Program Files" or "Windows" folders,
but a lot of them write in HKEY_LOCAL_MACHINE or even HKEY_CLASSES_ROOT.
libraries placed at arbitrary locationsThis is really not true.
Have you really used a major Linux distribution in the last 5 years?
But I mean *used* it, not kicking tires 15 minutes?
--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
.
- Follow-Ups:
- Re: Future for VC++ Programmers
- From: Hans-J . Ude
- Re: Future for VC++ Programmers
- From: Ian Semmel
- Re: Future for VC++ Programmers
- References:
- Future for VC++ Programmers
- From: Raja
- Re: Future for VC++ Programmers
- From: marcoera
- Re: Future for VC++ Programmers
- From: Joseph M . Newcomer
- Re: Future for VC++ Programmers
- From: marcoera
- Re: Future for VC++ Programmers
- From: MrAsm
- Re: Future for VC++ Programmers
- From: Ian Semmel
- Future for VC++ Programmers
- Prev by Date: Re: Wanna write every data in new line through CFile but no idea! Plz help
- Next by Date: Suggest me a book for learning COM / DCOM / ActiveX using MFC
- Previous by thread: Re: Future for VC++ Programmers
- Next by thread: Re: Future for VC++ Programmers
- Index(es):
Relevant Pages
|