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

[twsocket] ICS group on Linked-In

2008-10-20 Thread Francois PIETTE
Hi ! Every ICS user is invited to be part of ICS-group on Linked-In. See http://www.linkedin.com/e/gis/136245 Why ? Just to have a little bit more visibility for everyone of us and for ICS. btw: You may also be part of "Powered by Delphi" group on Linked-In. http://www.linkedin.com/e/gis/48600

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

2008-10-20 Thread João Gonçalves
Thanks for the help I will try to debug the problem, but seems hard though! João -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Arno Garrels Enviada: segunda-feira, 20 de Outubro de 2008 16:04 Para: ICS support mailing Assunto: Re: [twsocket] C++ Builder 20

Re: [twsocket] FTPS server with special need

2008-10-20 Thread Francois Piette
> this is my client need, he want private FTPS server so only customer that > have the client program can access his server, and block all public ftp > client, the project is about remote updating application using FTPS server > and client part is component that I will code to add to another appli

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

2008-10-20 Thread Arno Garrels
João Gonçalves wrote: > Hello, > That fixed the problem of the linker. However when I run the > application and try to connect a client, the following error appears: > Access violation at address F88BFC55. Read address F88FC55. No idea, I got it working as described below (zero CB-experience). Ca

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

2008-10-20 Thread João Gonçalves
Hello, That fixed the problem of the linker. However when I run the application and try to connect a client, the following error appears: Access violation at address F88BFC55. Read address F88FC55. I'm working with the same example of TcpSrv used in icsv5, that worked perfectly in C++ Builder 2007.

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

2008-10-20 Thread Arno Garrels
João Gonçalves wrote: > Hello, > After removing the "const" from the functions' prototypes, doesn't > gives any compiler errors, but the linker errors still persists. Here > is the error that gives: > [ILINK32 Error] Error: Unresolved external '__fastcall > Overbyteicswsocket::TCustomWSocket::SendT

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
Hello, Thank you for your help Yes I did, but the linker error maintains -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Fastream Technologies Enviada: segunda-feira, 20 de Outubro de 2008 14:51 Para: ICS support mailing Assunto: Re: [twsocket] C++ Builder 2

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

2008-10-20 Thread Fastream Technologies
Hi, Did you delete the obj files before recompilation? Regards, SZ On Mon, Oct 20, 2008 at 4:37 PM, João Gonçalves <[EMAIL PROTECTED]>wrote: > Hello, > After removing the "const" from the functions' prototypes, doesn't gives > any > compiler errors, but the linker errors still persists. Here i

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

2008-10-20 Thread João Gonçalves
Hello, After removing the "const" from the functions' prototypes, doesn't gives any compiler errors, but the linker errors still persists. Here is the error that gives: [ILINK32 Error] Error: Unresolved external '__fastcall Overbyteicswsocket::TCustomWSocket::SendTo(sockaddr_in&, int, void * const,

Re: [twsocket] FTPS server with special need

2008-10-20 Thread Angus Robertson - Magenta Systems Ltd
> this is my client need, he want private FTPS server so only > customer that have the client program can access his server, and > block all public ftp client, This can be done very simply in various ways. For instance, you can have the client encode a password including the time and date (UTC

Re: [twsocket] FTPS server with special need

2008-10-20 Thread Arno Garrels
mustdev at Bayn wrote: > this is my client need, he want private FTPS server so only customer > that have the client program can access his server, and block all > public ftp client, 1) The server owner would issue client certificates to the clients. That's an easy task with OpenSSL.exe or XCA,

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" in the pa

Re: [twsocket] FTPS server with special need

2008-10-20 Thread mustdev at Bayn
this is my client need, he want private FTPS server so only customer that have the client program can access his server, and block all public ftp client, the project is about remote updating application using FTPS server and client part is component that I will code to add to another applicatio

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

2008-10-20 Thread Fastream Technologies
Remove the "const" in the pascal source for the params of the functions it reports. On Mon, Oct 20, 2008 at 2:04 PM, João Gonçalves <[EMAIL PROTECTED]>wrote: > Hello, thank you for your answers, > I'm using ICS v7.0 with the example TCPSRV from v5. > In fact I have errors in the Send function, if

Re: [twsocket] TPop3Cli header...

2008-10-20 Thread zayin
No problem. > If you have no control over the client... Yeah, that is why I went with a message ID number in the body and instructions in the user manual stating the replay must contain the unaltered message id line. Thanks for all your help. On 10/20/2008 7:03:54 AM, DZ-Jay ([EMAIL PROTECT

Re: [twsocket] TPop3Cli header...

2008-10-20 Thread DZ-Jay
I'm sorry, I think I mispoke. I was actually thinking of SMTP server-to-server communication, which preserves headers; I'm not sure clietns would do that. As a matter of fact, I have a suspicion they don't. I'd try it anyway, just in case. However, the problem you have is not having control

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

2008-10-20 Thread João Gonçalves
Hello, thank you for your answers, I'm using ICS v7.0 with the example TCPSRV from v5. In fact I have errors in the Send function, if I comment this part of the code, I get this linker error: [ILINK32 Error] Error: Unresolved external '__fastcall Overbyteicswsocket::TCustomWSocket::SendTo(const so

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

Re: [twsocket] TPop3Cli header...

2008-10-20 Thread DZ-Jay
On Oct 19, 2008, at 08:09, zayin wrote: > The person receiving the alarm will just need to reply to the email. If you include an X-Header when you send the message, the client will probably include it when replying, this is standard behaviour in most clients. > So, it appears I might need to e