Re: [twsocket] IcsExtractLastDir

2009-06-20 Thread Angus Robertson - Magenta Systems Ltd
> No problem. > However it is realy necessary to test any change at least twice, > once with Delphi 7 and once with Delphi 2009. Even if you are very > sure that everything is OK. If there were 36 hours in a day, I'd do that. My alternate choice is not to submit changes to ICS. Or the peopl

Re: [twsocket] IcsExtractLastDir

2009-06-20 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: >> In D2009, I get "E2004 Identifier redeclared: 'IcsExtractLastDir'" > > Thanks, I'll fix it later today. I don't have a proper license for > D2009, so I don't use it for any projects. No problem. However it is realy necessary to test any change at l

Re: [twsocket] IcsExtractLastDir

2009-06-20 Thread Angus Robertson - Magenta Systems Ltd
> In D2009, I get "E2004 Identifier redeclared: 'IcsExtractLastDir'" Thanks, I'll fix it later today. I don't have a proper license for D2009, so I don't use it for any projects. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-

[twsocket] IcsExtractLastDir

2009-06-19 Thread Jon Robertson
Angus, You added two overloaded versions of IcsExtractLastDir to OcverbyteIcsUtils.pas on 6/4/2009: function IcsExtractLastDir (const Path: String): String; overload; * *function IcsExtractLastDir (const Path: UnicodeString): UnicodeString; overload; In D2009, I get "E2004 Identifier redeclare