[twsocket] ics under kylix ?

2006-03-20 Thread [EMAIL PROTECTED]
I want to make a TWSocket server under kylix3. This server will accept incoming connections from clients and will offer some strings. But the question is: Can I compile server under kylix3? ICS I saw is not for kylix. ___ No banners. No

Re: [twsocket] ics under kylix ?

2006-03-20 Thread Francois Piette
I want to make a TWSocket server under kylix3. This server will accept incoming connections from clients and will offer some strings. But the question is: Can I compile server under kylix3? ICS I saw is not for kylix. There is a Kylix version available from http://www.overbyte.be. It is

Re: [twsocket] ics under kylix ?

2006-03-20 Thread Jack
Hello Francois, There is a Kylix version available from http://www.overbyte.be. It is slightly different than the windows version since Linux doesn't support the same asynchronous programming model. Async operation has been implemented using multithreading. I think Linux also supports async

Re: [twsocket] ics under kylix ?

2006-03-20 Thread Francois PIETTE
There is a Kylix version available from http://www.overbyte.be. It is slightly different than the windows version since Linux doesn't support the same asynchronous programming model. Async operation has been implemented using multithreading. I think Linux also supports async sockets using