Skip to content

OlimilO1402/Config_IniPrivateProfile

Repository files navigation

Config_IniPrivateProfile

Read and write config files in ini format with PrivateProfile-api

GitHub GitHub release (latest by date) Github All Releases GitHub followers

Project started in spring 2008
These are 3 classes for writing and reading configuration files in the fileformats *.ini, *.vbp and *.vbg

  • ConfigIniDocument
  • ConfigIniSection
  • ConfigIniKeyValue

It supports Ansi, Unicode, VBC / VB6 / VBA, VBA6, VBA7 x86 and x64.
For Unicode the file has to start either with a bom, or the first sectionname has to be in Unicode.
Use the class ConfigIniDocument to read and write ini-files immediately.
Or you load your settings from the ini file to ConfigIniDocument- ConfigIniSection- and ConfigIniKeyValue-objects, write your configuration values in memory and save it to disk later.
The class ConfigIniDocument also supports a first nameless root-section, like we have in visual basic 6 project-files (*.vbp).
For compiling the code in this repo you need the following additional repos:

ConfigIni Image

About

Read and write config files in ini- vbp- and vbg-format with PrivateProfile-api

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages