Does anyone know of an MFC class that overloads the CWinApp WriteProfileXXX/GetProfileXXX functions so that settings are stored in XML rather then the registry? I know there is a way to use an INI instead, but that seems like it's depreciated. From what I've read .NET has a way to write settings to XML, but I don't see anything similar for MFC.
If there isn't a ready made class out there I'll just do it myself, but I was hoping to save myself the effort.
If there isn't a ready made class out there I'll just do it myself, but I was hoping to save myself the effort.