Questions tagged [cross-kylix]

CrossKylix - Kylix Crosscompiler for Delphi/Windows.

CrossKylix - Kylix Crosscompiler for Delphi/Windows. It's free toolkit to integrate the Borland Kylix (Delphi for Linux) compiler into the Delphi Windows IDE.

Features

  • Allows you to compile native Linux applications from inside the Windows Delphi IDE
  • Console projects, packages and visual CLX applications are fully supported
  • CrossKylix is perfectly integrated into the Delphi IDE - you will get compile warnings, hints and error messages, and be able to jump to the lines in question by clicking on the message pane the same way as with the internal Delphi windows compiler
  • Makes Kylix Application deployment easier than ever - no need to install Kylix shared objects to /usr/lib, no need to create startup scripts for your Application
  • Very high Linux emulation speed - low compile times
  • A command line compiler (ckdcc) is included for you make-file loving folks
  • It automatically fixes the Kylix exec-shield bug during compilation
  • It's free! :)
2 questions
9
votes
3 answers

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 cross-platform development for Windows and Linux?
Mohammed Nasman
  • 10,992
  • 7
  • 43
  • 68
2
votes
3 answers

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 added partial or complete Kylix support back in the…
user219760