Description: This component allows an INI-style configuration file to be used on both
Windows and Linux/Unix. It is fast, simple and source code using this
component will compile unchanged on either OS.
@section features FEATURES
- MIT Licence allows free use in all software (including GPL and commercial)
- multi-platform (Windows 95/98/ME/NT/2K/XP/2003, Windows CE, Linux, Unix)
- loading and saving of INI-style configuration files
- configuration files can have any newline format on all platforms
- liberal acceptance of file format
- key/values with no section
- removal of whitespace around sections, keys and values
- support for multi-line values (values with embedded newline characters)
- optional support for multiple keys with the same name
- optional case-insensitive sections and keys (for ASCII characters only)
- saves files with sections and keys in the same order as they were loaded
- preserves comments
- [SearchText] - Ultrafast search string source code. For
File list (Check if you may need any files):
simpleini
.........\ConvertUTF.c
.........\ConvertUTF.h
.........\ini.syn
.........\Makefile
.........\package.cmd
.........\simpleini.doxy
.........\simpleini.dsp
.........\simpleini.dsw
.........\SimpleIni.h
.........\SimpleIni.sln
.........\SimpleIni.vcproj
.........\snippets.cpp
.........\test1-expected.ini
.........\test1-input.ini
.........\test1.cpp
.........\testsi-EUCJP.ini
.........\testsi-SJIS.ini
.........\testsi-UTF8.ini
.........\testsi.cpp