Skip to content

mzehr.ini 1.0.1

Latest
Compare
Choose a tag to compare
@Jolinah Jolinah released this 03 Feb 16:42
v1.0.1
376e407

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.