Tagged Questions

1
vote
3answers
422 views

Problem with kernel32.dll - GetPrivateProfileSectionNamesA

I have a problem reading IniFiles with different encodings. If I read a Unicode file, GetPrivateProfileSectionNamesA seems to stumble over the fist line. ASCII or ANSI works fine. I wrote a little ...