01-15-2007 01:10 PM
01-15-2007 02:00 PM
01-16-2007 02:51 PM
Beware, the inifile.fp functions while good do not support traditional comments (;) because of the way this has been implemented. There is a lot to be said for using the good old API calls such as GetPrivateProfileString etc. If comments are not important then these function panel functions may well be what you want.
01-17-2007 02:23 AM
Kevin warning is good and it must kept in mind while using this tool.
I personally prefere to use the inifile instrument since it's more friendly than other available solutions, just adding comments as separate items section by section (i.e. adding some "Comment" of "SomeItem comment" field to each section where it's needed) or simply adding a [Comments] section. Provided you read back the ini file before updating it's content all such comments are maintained.
07-31-2008 02:46 PM
07-31-2008 04:35 PM
08-01-2008 05:25 AM
08-01-2008 05:16 PM