Re: how to read binary data from INI file ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Christian Kaiser wrote:
> Forget INI files for large amount of data. Use an own file to store
> that kind of configuration.
>
> We also had problems with INI files of > 32KB total size - maybe only
> on Win9x, I dont' remember.
>
> Better create an own file.

There is this new thing called XML that supposedly can do all the things ini
files can and even more. ;-)

--
Eugene
http://www.gershnik.com


.



Relevant Pages

  • Re: how to read binary data from INI file ?
    ... Use an own file to store that ... kind of configuration. ... Win9x, I dont' remember. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: how to read binary data from INI file ?
    ... > Forget INI files for large amount of data. ... Use an own file to store that ... > kind of configuration. ... > Win9x, I dont' remember. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: What do REAL programmers do?
    ... the configuration will stay the same even if ... No INI files to bother with. ... manipulate configuration. ... "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ...
    (microsoft.public.vb.general.discussion)
  • Mucking with the calling scripts namespace (For a good reason, honest!)
    ... configuration data inside ini files that are parsed at runtime by the ... ConfigParser module. ... As I read the configuration file, I don't actually create instances, ...
    (comp.lang.python)
  • Re: How to save data withought database ?
    ... > configuration and etc are in system registry. ... > or is it better to create database and stor this informations including ... you should not store too much data in the system registry. ... For language configurations and MRU file lists, INI files might be the ...
    (microsoft.public.dotnet.languages.vb)