Is there any limit to the length of string I am writing to an INI file?
I would prefer to do it that way vs using my own file type.
I have two entries that need to be read, and written, and one of them is a warning text (For Winlogon Message)...
I can write the file just fine, rather long, but when I read it all I get is "The" and that's it, but it sh ould start "The computer system you are about to enter.."
Frustrated...
Seems to me WritePrivateProfileString and GetPrivateProfileString are dinsosauric....
------------------
Scott
I would prefer to do it that way vs using my own file type.
I have two entries that need to be read, and written, and one of them is a warning text (For Winlogon Message)...
I can write the file just fine, rather long, but when I read it all I get is "The" and that's it, but it sh ould start "The computer system you are about to enter.."
Frustrated...
Seems to me WritePrivateProfileString and GetPrivateProfileString are dinsosauric....
------------------
Scott
Comment