Tagged Questions

0
votes
2answers
2k views

How to read config file entries from an INI file

I can't use the Get*Profile functions because I'm using an older version of the windows CE platform SDK which doesn't have those. It doesn't have to be too general. [section] name = some string I ...