I am trying to find a fast .ini parser, I don't want to use the Win API functions because they are far to slow, adding up to about a minute of loading time.
(I would prefer to use a different file format, but for it to be compatible I need to use .ini's :( )
Thanks in advanced.