View Poll Results: I use. . .

Voters
12. You may not vote on this poll
  • ini files or files like ini's to save settings

    7 58.33%
  • the reg

    5 41.67%
Results 1 to 11 of 11

Thread: Reg sux!!!

  1. #1

    Thread Starter
    Banned
    Join Date
    Dec 2000
    Location
    USA, NJ
    Posts
    72

    Angry

    A few days ago my friends computer got fu<|<ed cause Dell sent him a bad hard drive. I fixed it so he could get into windows. But I had to reinstall Windows. That took out the reg. It really sucked cause I had to reinstall everything to backup.

    Y did I have to do this?

    Most programs save to the reg. When the reg got deleted they had none of there settings. The reg holds everything infact after I got it working the only thing that was working was windows. No sound, only 16 colors, ect.

    I hate the reg!!! The why I use ini files to save settings for my programs.

  2. #2
    Guest
    The Registry is quicker and a little easier than using INI files. I back up the registry for my computer every week.

  3. #3
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    HB..

    Registry is a Special Kind of Database optimised for
    High Speed access. If You do the Same thing With
    Ini Files...Window...Will be Windoze....for Ever.

    Windows98 Automatically Backs Up your Registry.
    So don't Worry about that.

    One Important Thing...Why They did not use
    Ini files is because...Windows have to allocate
    Memory just to store the File Handles
    of the ini
    File.Morever Constant Parsing of the Files would
    Greatly Take over the Processor time.

    Thank god ! they Have something Like Registry.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  4. #4
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    I don't usually use either, I make my own binary files.
    Harry.

    "From one thing, know ten thousand things."

  5. #5
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    I absolutely agree!

    I hate the registry principe! I once made a class module to handle settings for my projects in files and I won't ever use the registry to store settings.

  6. #6
    Guest
    If the registry is optimised for high speed access, why is it that when i search for a key in the registry with regedit, it takes ages, (up to 20 secs!), but in notepad, you search for a string and it is instant.

    I think perhaps people are just repeating MS properganda ?

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    If you searched for the string in every single .ini file, which is what searching in RegEdit does, then it would take a lot longer. And using INI files things like COM just wouldn't work due to the sheer volume of data required.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  8. #8
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Parsie Said What i meant !

    BTW, I am Not Employed by Microsoft or anything.
    I have to humbly State...I am not That Intelligent.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  9. #9
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    To emphasize what Parksie meant by sheer volume of data

    Here is the Log of all Calls Made to registry when
    I just Opened the Notepad theough the Start Menu.
    I did not even do anything with that.. I just Opened it.
    * This Was Possible using a Program Called Registry Monitor download it Here
    http://www.sysinternals.com/ntw2k/source/regmon.shtml


    I have attached the File...See it for Yourself.
    Attached Files Attached Files
    Last edited by Active; Mar 3rd, 2001 at 12:24 PM.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  10. #10
    Guest
    I still prefer ini files in VB due to the fact that i dont like either option of using the registry in vb.

    You can either use the vb functions (like savesetting etc), but that puts your data right down in some subkey somewhere in a vb folder thingy. I think that looks very unprofessional to anyone browsing the registry.

    Or you can use the API, if you happen to be good at rocket science. There are about 15 different api calls which seems a bit over the top to me. Someone described it as a database earlyer, well no database i have ever used required me to get handles and open and close tables when tring to access data etc.

  11. #11
    Guest
    See, even notepad is bloatware. I didt read all of that list, but i scrolled down it and surely it ist neccisarry to retrive that much data for a simple little program like notepad?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width