Fast Ini Parser?

Evan1993

Well-known member
Joined
Apr 2, 2008
Messages
47
Programming Experience
1-3
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.
 
I added two lookup samples to the original thread, one for known sections/keys and a Find function sample.
 
Back
Top