Download List

Projeto Descrição

SimpleIni is a cross-platform C++ library that
provides a simple API to read and write INI-style
configuration files. It supports data files in
ASCII, MBCS, and Unicode. It is designed
explicitly to be portable to any platform and is
being used on Windows, Windows CE, and a variety
of Unix/Linux versions. It has full support for
multiple keys, multi-line values, and maintaining
section and key order as well as file, section,
and key comments during update of existing files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-06-09 18:14
4.9

Esta versão adicionou o suporte para comentários individuais para cada valor quando se utiliza vários valores. Os comentários serão preservados quando o arquivo é salvo novamente. A lista está desmarcada quando chamado "GetAll *" funções para que os itens sejam devolvidos apenas para esse apelo. A biblioteca garante que GetAllValues retorna o comentário e ordem de carregamento para cada valor. Um inválido ler relatado por valgrind SI_CONVERT_GENERIC e quando usar um arquivo UTF-8 foi corrigido. Funções de assessor de serviço foram adicionados: Get / SetBoolValue, Get / SetLongValue. 0-arquivos de comprimento e os dados são tratados corretamente.
This release added support for individual comments for each value when using multiple values. Comments will be preserved when the file is saved again. The list is now cleared when calling "GetAll*" functions so that the returned items are only for that call. The library ensures that GetAllValues returns the comment and load order for each value. An invalid read reported by valgrind when using SI_CONVERT_GENERIC and a UTF-8 file was fixed. Utility accessor functions were added: Get/SetBoolValue, Get/SetLongValue. 0-length files and data are now handled correctly.

2007-07-02 12:34
4.3

Um erro que causou vários valores de linha e comentários para obter corrompido foi corrigido. Isso afeta apenas os arquivos com terminações de linha CR LF (Windows) e wchar_t / UTI interface (Unicode).
Tags: Minor bugfixes
A bug that caused multi-line values and comments
to get corrupted was fixed. This affects only
files with CR LF line endings (Windows) and
wchar_t/ICU interface (Unicode).

Project Resources