The Ini_PutRawString works correctly, and will break up long strings as described in the Reading/Writing
.ini-Style Files Control help.
Upon string retrieval, with Ini_GetRawString, some strings are stripped of escape codes(\r\n), others are truncated, and still others are not read at all. (The return value is NULL).
Any suggestions where the trouble may be?