Tagged Questions

7
votes
3answers
578 views

Has any one used CrossKylix for real Cross-platform development?

New version of CrossKylix as been updated two weeks ago. Even Kylix has discontinued long time ago, but it's seems still used by some of Delphi developers. Has any one used it successfully on ...
1
vote
0answers
72 views

TTcpServer “stopped” in Linux

The two console applications include one socket server using TTcpServer of bmThreadBlocking mode, and one socket client using TTcpClient of bmBlocking mode. The TTcpClient is intended to connect to ...
1
vote
1answer
111 views

What is maximum length for synmemo?

Synmemo at Sourceforge seems to be very good txt editor and code highlighter. It is a pity that it does not upgrade for long. It is a pure vcl. I want to know what is its maximum length. What is the ...
1
vote
3answers
182 views

Which of the actively developed Delphi components still support Kylix?

I've been reading about CrossKylix recently, but for most uses one has to consider 3rd party components. So I would like to know which of the actively developed components still support Kylix. Many ...
0
votes
0answers
152 views

Using Indy 9.0.0.12, TIdTcpClient.Connect(ATimeOut) does not time out as specified [closed]

Using Indy 9.0.0.12, the choice of ATimeOut of TIdTcpClient.Connect(ATimeOut) doesn't seem to make a difference. For example, if the server application using TIdTcpServer is not launched, the client ...