DLini 0.2.0 review

Download
by rbytes.net on

License: BSD License
File size: 420K
Developer: David Duncan Ross Palmer
0 stars award from rbytes.net

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.

Have you ever needed to port a Windows program to Linux or UNIX? Maybe it's a legacy program and uses .ini files to read it's settings.

This package provides all the necessary functions to read the .ini file, in just the same way as you would expect to read it under Windows using GetPrivateProfile style functions.

What's New in This Release:
New functions completed: GetPrivateProfileStruct, GetPrivateProfileSection, and GetPrivateProfileSectionNames.
Some optional debug output and an off-by-one error have been corrected.
Autoconf/Automake scripts have been added.

DLini 0.2.0 keywords