Thanks Daniel, I've updated the Methods_BinFiles.cpp and .h files with your updated versions.
Please start a thread on SourceForge asking for opinions about putting the ini file functions into OpenDCL. As I said before, I think you should distribute those separately; but if enough people think they should be included, I'll put them in. If they do get included, there are several things that should be changed:
1) They should be put directly into acrxEntryPoint.h, because they are short and only called from there.
2) You should remove the try/catch statements. Nothing in your code should be throwing an exception.
3) The formatting should use tabs instead of spaces (1 tab = 2 spaces).
4) I think the INI filename should be the first argument, since it is always required.