[Mono-list] Kylix and Mono

Tim Anderson Tim@onlyconnect.co.uk
Sun, 2 May 2004 09:32:20 +0100


> -----Original Message-----
> From: mono-list-admin@lists.ximian.com=20
> [mailto:mono-list-admin@lists.ximian.com] On Behalf Of Vikram Bharwada
> Sent: 01 May 2004 14:03
> To: mono-list@ximian.com
> Subject: [Mono-list] Kylix and Mono
>=20
> Hi,
>=20
> How can i target my Borland Kylix application on Mono?
>=20
> and where do i find the Kylix interpreter for Mono.

I think you may be on the wrong track here. Kylix is a native x86
compiler for Linux. So a Kylix application doesn't have any use for
Mono.

Borland has a Pascal compiler for .NET called Delphi 8.0. So if you were
determined, you could take your Kylix application, fix it up for Delphi
8.0, recompile with Delphi 8.0 and obtain a .NET application. However I
doubt that the Delphi 8.0 runtime libraries run on Mono.

Tim