Hi All,
i’ve tried many ways, but until no without success to read and write ini files.
Does anybody have a routine that work well in all os ?
Thanks,
Paulo Vaz
Hi All,
i’ve tried many ways, but until no without success to read and write ini files.
Does anybody have a routine that work well in all os ?
Thanks,
Paulo Vaz
it’s worked well for me in the past.
Hi Valley,
I already tested this ini parser, but it only reads ini files. I need a reader and writer.
You know any that is more complete ?
Paulo
No.
I’ve never found writing INI files to be something I’ve wanted 3rd party code for, as in most cases it’s a pretty trivial loop through a hash table of some kind.
The author of that library lists some others on his project page: http://blog.brush.co.nz/2009/02/inih/
Maybe something there?