Re: Windows 95/98 .INI files
Yes there is a difference. Under 9x the file can not exceed 32k and each section cannot exceed 2k.
Re: Windows 95/98 .INI files
I would suggest that, since you encountering a "too much data" problem with ini files, you should consider another approach to storing your data. The intent of ini files (and the registry) is the storage of a small amount of configuration data.
Re: Windows 95/98 .INI files
Thanks for the info on Windows 9x. Do you happen to know the size limit for an .INI file in Windows NT? Thanks for the help!
- Troy