[fpc-devel]Delphi's CLX library...

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Thu Jan 10 22:31:41 CET 2002


On Thu, 10 Jan 2002, Karin Hacker wrote:

> Has anyone had any luck using Delphi's CLX or FreeCLX units under FPC?

Not really. There are 2 main reasons:

1. FPC is not thread safe, and lots of features require threads.
2. The system units of Delphi and FPC are wildly different, so compiling it
   from scratch will also not work very well.

That said, the Libc and Qt units should be compileable with FPC, so the
basic classes should also compile. One problem may be the streaming support,
FPC streams its components in a slightly different way.

Michael.






More information about the fpc-devel mailing list