FF_INI_GETKEY

Started by Anonymous, October 01, 2005, 10:49:21 AM

Previous topic - Next topic

Anonymous

It seem like the FF_INI_GETKEY function is restricted to read/return only 511 chars/bytes from a key, any particular reason why and can it be overcome in some way?

I store large text portions that is used by my program in ini files and some of them are well over 511 bytes. Previously I used a function from an other dll but have some problems when a key is empty so I thought it to be perfect wrapping up this function in my misc dll and use instead, but now all keys longer then 511 chars get cut off :-(

/Joakim