Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

Overload WriteProfileXXX/GetProfileXXX to store settings in XML instead of registry?

$
0
0
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.

Viewing all articles
Browse latest Browse all 3021

Trending Articles