Chris Turner wrote:> > Anyone know of a BSD licenced .ini parser? aiight.. didn't do my homework before posting..
a quick fm yields ze followink: http://ndevilla.free.fr/iniparser/ have not yet read the code.. MIT license OK for base? thinking yes, comments welcome interesting also is: A slightly modified version has been contributed by Freek to hold everything into a couple of files (iniparser.c and iniparser.h). This version also compiles with a C++ compiler. You can find it here: * iniparser-singlefile.tar.gz (6.7k) which would prevent having to hook contrib, etc.. http://freshmeat.net/projects/dlini/ About: The DLini library provides functions for reading and writing Windows style .ini files. It mimics the Windows API for .ini file handling exactly, so it can be used to port Windows applications that use .ini files to other platforms. hmm.. not knowing the windows api, but knowing windows API's, not sure if I'm a fan from that perspective.. thoughts? ("shut up and code - yer making this too much of a project" is valid :) - Chris
