Re: [twsocket] Porting ICS & MidWare to Delphi 2009

2008-08-17 Thread Arno Garrels
Maurizio Lotauro wrote: > > What you described is more or less what I expected with that kind of > changes in the compiler. I expected similar problems with the > introduction of 64 bit. CG did a rather good job to make conversion of existing applications to Unicode as easy as possible. Beside th

Re: [twsocket] Porting ICS & MidWare to Delphi 2009

2008-08-17 Thread Francois PIETTE
>> The question remains open to have properties exposed >> as String or AnsiString, or a mix of both. > Good question. Probably it is better to use the String type in general > and the AnsiString when absolute sure that it is enough. Currently, with Arno and Angus, we selected to use mostly Stri

Re: [twsocket] Porting ICS & MidWare to Delphi 2009

2008-08-17 Thread Maurizio Lotauro
Scrive Francois Piette <[EMAIL PROTECTED]>: > Hi Guys ! Hi Francois! [...] > Converting ICS & MidWare was to too much difficult. [...] What you described is more or less what I expected with that kind of changes in the compiler. I expected similar problems with the introduction of 64 bit. >

Re: [twsocket] SessionClosed and close/shutdown

2008-08-17 Thread Arno Garrels
JLIST wrote: > Hello Francois and Arno for the replies. > > I read online that on Unix, close() reduce a ref count for > a socket. The last close() will call shutdown() automatically. > I'm not sure if the same is true on Windows but I would think > so because it makes sense and the whole TCP/IP t