Re: [twsocket] send and receive file

2009-03-20 Thread Francois PIETTE
> what i wanna ask is can i sending a file using TWSocket. Like txt file or > something like that, thank's Obviously you can send files using TWSocket: HTTP, FTP, SMTP, POP3 and MidWare components all built on TWSocket are - as you know - abble to send/receive files. Probably your question shou

[twsocket] send and receive file

2009-03-20 Thread sujono siauw
Dear All, I've take a look the send and receive apps. in demos RECV and SENDER. When trying it's sending a text, what i wanna ask is can i sending a file using TWSocket. Like txt file or something like that, thank's -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] ICS v7 and BCB6

2009-03-20 Thread Engi
Thanks for your answers. Le 20/03/2009 13:38, Francois Piette a écrit : > > Is ICS version 7 running with BCB6 ? > > Actually, I'm not sure. It has been designed with more recent versions but > this doesn't mean it does not work with that old compiler. Just check. > Report any problem here. > > >

Re: [twsocket] TWSocketServer : MultiThreaded property

2009-03-20 Thread Francois Piette
> I have a TWSocketServer in my main form. > What value should I give to the Multithreaded property ? FALSE. You use TRUE when the component is used within a workerthread. Dropping the component make it works in the main thread. -- francois.pie...@overbyte.be Author of ICS (Internet Component Sui

Re: [twsocket] ICS v7 and BCB6

2009-03-20 Thread Francois Piette
> Is ICS version 7 running with BCB6 ? Actually, I'm not sure. It has been designed with more recent versions but this doesn't mean it does not work with that old compiler. Just check. Report any problem here. > If yes, can I found package files anywhere ? You can esaily build the package for BC

[twsocket] TWSocketServer : MultiThreaded property

2009-03-20 Thread Engi
I have a TWSocketServer in my main form. What value should I give to the Multithreaded property ? TIA, Engi -- 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

[twsocket] ICS v7 and BCB6

2009-03-20 Thread Engi
Hi, Is ICS version 7 running with BCB6 ? If yes, can I found package files anywhere ? TIA, Engi -- 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