Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hey out there....I understand that

Status
Not open for further replies.

cschaffer

IS-IT--Management
Aug 21, 2001
196
CA
hey out there....I understand that if you develop a delphi app on a Win OS that you can compile it on linux with Kylix....is this so the other way around...develop in Kylix and compile in Delphi on Windows??

Thanks

CS
 
Hi cschaffer,

This is partially true, kylix and delphi are compatible but
not 100%. Kylix cannot compile Delphi apps that contain
windows objects (ie like ADO controls). Of course you can
use the basic stuff. But some just wont work. I know that
a lot of programmers are currently making simular objects
for Kylix. Basically it is Object Pascal for Linux, as
Delphi is Object Pascal for Windows.

I hope this helps,

BobbaFet Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net
Be a nice guy 'n press that little ol'
VVV---(this one) for me ;-)
 
You can develop in Kylix and then build your code with Delphi6 for windows. There are exceptions though!

Specifically, you can't use linux or windows API calls. COM objects in windows won't work in Linux. The other big thing is that the linux gui library is based on the Qt widget library. For your application to work in linux or windows the Qt widgets need to be installed in that OS.

TealWren
 
Hi all,

Thanx TealWren for making sense out of my story, it's what
I meant just couldnt put it in words :)

BobbaFet Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net
Be a nice guy 'n press that little ol'
VVV---(this one) for me ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top