Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Arno Garrels
Fastream Technologies wrote: >> In the custom client class RcvdLine is declared as AnsiString. >> Concatenation of UnicodeString and AnsiString seems to be the >> problem. Declare RcvdLine as String and this error should go away. >> >> -- >> > I wonder if using UnicodeString for such a low level

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread João Gonçalves
--Mensagem original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Em nome de Arno Garrels > Enviada: segunda-feira, 20 de Outubro de 2008 14:56 > Para: ICS support mailing > Assunto: Re: [twsocket] C++ Builder 2009 TCP Server > > João Gonçalves wrote: >> Hello, >&

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Arno Garrels
- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Em nome de Arno Garrels > Enviada: segunda-feira, 20 de Outubro de 2008 14:56 > Para: ICS support mailing > Assunto: Re: [twsocket] C++ Builder 2009 TCP Server > > João Gonçalves wrote: >> Hello, >> After rem

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread João Gonçalves
2007. Thank you for the help João -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Arno Garrels Enviada: segunda-feira, 20 de Outubro de 2008 14:56 Para: ICS support mailing Assunto: Re: [twsocket] C++ Builder 2009 TCP Server João Gonçalves wrote: > Hello,

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Arno Garrels
seems to be the problem. Declare RcvdLine as String and this error should go away. -- Arno Garrels > > -Mensagem original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Em nome de João Gonçalves > Enviada: segunda-feira, 20 de Outubro de 2008 12:31 > Para:

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Fastream Technologies
> > In the custom client class RcvdLine is declared as AnsiString. > Concatenation of UnicodeString and AnsiString seems to be the problem. > Declare RcvdLine as String and this error should go away. > > -- > I wonder if using UnicodeString for such a low level property would cause slowness?? -- T

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread João Gonçalves
:UnicodeString)' > referenced from ...TCPSRV1.OBJ > > -Mensagem original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em > nome > de João Gonçalves > Enviada: segunda-feira, 20 de Outubro de 2008 12:31 > Para: 'ICS support mailing' > Assunto

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Fastream Technologies
7; > referenced from ...TCPSRV1.OBJ > > -Mensagem original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em > nome > de João Gonçalves > Enviada: segunda-feira, 20 de Outubro de 2008 12:31 > Para: 'ICS support mailing' > Assunto: Re: [twsocket]

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread João Gonçalves
x27;__fastcall Overbyteicswsocket::TCustomWSocket::SendStr(System::UnicodeString)' referenced from ...TCPSRV1.OBJ -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de João Gonçalves Enviada: segunda-feira, 20 de Outubro de 2008 12:31 Para: 'ICS support mail

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread João Gonçalves
I will give it a try, Thanks -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Fastream Technologies Enviada: segunda-feira, 20 de Outubro de 2008 12:26 Para: ICS support mailing Assunto: Re: [twsocket] C++ Builder 2009 TCP Server Remove the "const&qu

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Fastream Technologies
ologies > Enviada: segunda-feira, 20 de Outubro de 2008 11:39 > Para: ICS support mailing > Assunto: Re: [twsocket] C++ Builder 2009 TCP Server > > I have seen linker errors in ICSv6 with BCB2007 in TWSocket.Send(). Have > they been fixed (the "const" should have been removed)

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread João Gonçalves
OTECTED] Em nome de Fastream Technologies Enviada: segunda-feira, 20 de Outubro de 2008 11:39 Para: ICS support mailing Assunto: Re: [twsocket] C++ Builder 2009 TCP Server I have seen linker errors in ICSv6 with BCB2007 in TWSocket.Send(). Have they been fixed (the "const" should have be

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Fastream Technologies
I have seen linker errors in ICSv6 with BCB2007 in TWSocket.Send(). Have they been fixed (the "const" should have been removed). Maybe that's the cause..? Regards, SZ On Mon, Oct 20, 2008 at 1:16 PM, Arno Garrels <[EMAIL PROTECTED]> wrote: > João Gonçalves wrote: > > Hello, > > I currently work

Re: [twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread Arno Garrels
João Gonçalves wrote: > Hello, > I currently working with C++ Builder 2009, and I'm trying to upgrade > my TCP server (based on the ICS TCPSRV demo) for this version, but > I'm getting several inconsistency and linker errors. > Can anyone give me a little help, on this? AFAIK, ICS for C++ Builder

[twsocket] C++ Builder 2009 TCP Server

2008-10-20 Thread João Gonçalves
Hello, I currently working with C++ Builder 2009, and I'm trying to upgrade my TCP server (based on the ICS TCPSRV demo) for this version, but I'm getting several inconsistency and linker errors. Can anyone give me a little help, on this? Thank you Best regards João Gonçalves -- To unsubscribe o