Re: [twsocket] What is the advantage of Icsinifile over TMemIniFile?

2009-05-15 Thread Arno Garrels
Arno Garrels wrote:
> No, the IniFile does not store values but strings.

:)) Great nonsense. I guess I tried to phrase that strings
are not limited with TMemIniFile or something like that.

--
Arno Garrels


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] What is the advantage of Icsinifile over TMemIniFile?

2009-05-15 Thread Arno Garrels
Fastream Technologies wrote:
> Windows has the limit of 260 chars per path/file name. Maybe your
> names are bigger than that(?)

No, the IniFile does not store values but strings.
In the meanwhile it turned out to be an issue with TMemo.Lines
(D7?) being passed to LoadStringsFromIniFile() in the MailSnd demo.
If I pass a TStringList instead no problemo.

--
Arno Garrels

> 
> HTH,
> 
> SZ
> 
> On 5/15/09, Arno Garrels  wrote:
>> Fastream Technologies wrote:
>>> Hello,
>>> 
>>> I think there ought to be some doc. for this... The reason is I am
>>> having problems with speed of TIniFile and reliability of
>>> tmeminifile. 
>> 
>> It is derived from TMemIniFile so it is as (un)reliable as
>> TMemIniFile. It can store UNICODE as UTF-8 however I recently
>> noticed that in the SmtpSnd demo very long filenames with spaces got
>> truncated, did not yet had the time to check whether this is a bug
>> in my implementation or in TMemIniFile.
>> 
>> --
>> Arno Garrels
>> --
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] What is the advantage of Icsinifile over TMemIniFile?

2009-05-15 Thread Fastream Technologies
Windows has the limit of 260 chars per path/file name. Maybe your
names are bigger than that(?)

HTH,

SZ

On 5/15/09, Arno Garrels  wrote:
> Fastream Technologies wrote:
> > Hello,
> >
> > I think there ought to be some doc. for this... The reason is I am
> > having problems with speed of TIniFile and reliability of tmeminifile.
>
> It is derived from TMemIniFile so it is as (un)reliable as TMemIniFile.
> It can store UNICODE as UTF-8 however I recently noticed that in the
> SmtpSnd demo very long filenames with spaces got truncated, did not yet
> had the time to check whether this is a bug in my implementation or in
> TMemIniFile.
>
> --
> Arno Garrels
> --
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] What is the advantage of Icsinifile over TMemIniFile?

2009-05-15 Thread Arno Garrels
Fastream Technologies wrote:
> Hello,
> 
> I think there ought to be some doc. for this... The reason is I am
> having problems with speed of TIniFile and reliability of tmeminifile.

It is derived from TMemIniFile so it is as (un)reliable as TMemIniFile.
It can store UNICODE as UTF-8 however I recently noticed that in the 
SmtpSnd demo very long filenames with spaces got truncated, did not yet 
had the time to check whether this is a bug in my implementation or in
TMemIniFile. 

--
Arno Garrels
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be