Skip to content

Releases: Jolinah/mzehr.ini

mzehr.ini 1.0.1

03 Feb 16:42
v1.0.1
376e407
Compare
Choose a tag to compare

Contains the source code and the precompiled binaries for Win32.

For other platforms you will have to compile it yourself using the BlitzMax bmk tool. Please read the instructions in the file README.md.

  • Fixed a bug in TIniFile.Save where variables were not written to the output file in the latest version of BlitzMax.
  • Added a TIniFile.SetValue overload without the group name that sets the value of a variable in the global group.
  • Added a TIniFile.Save overload with a stream instead of a file path that saves the ini content to a stream.
  • Added Methods TIniGroup.Save(TStream) and TIniVar.Save(TStream) that only save/write their contents to a stream.

mzehr.ini 1.0.0

22 Mar 13:34
1bcc221
Compare
Choose a tag to compare

Contains the source code and the precompiled binaries for Win32.

For other platforms you will have to compile it yourself using the BlitzMax bmk tool. Please read the instructions in the file README.md.