Link to home
Start Free TrialLog in
Avatar of ustanik
ustanik

asked on

Can someone convert Win. program to Linux for me?

I have a text program I made in Delphi 4 in Windows and I would like someone to convert it to a Linux program for me.
If anyone would do this for me, please e-mail me at:
Chris_Boden@yahoo.com

Thanks.
Avatar of edey
edey

If your app doesn't rely on win32 api's (mostly vcl & logic code) you could prob. recompile it under kylix with minimal difficulty.

GL
Mike
You can even download Kylix Open Edition from Borland and test it out yourself

http://www.borland.com/kylix/openedition/
or you can use free pascal and compiles it, alternativly you can also download Lazarus and you will have a delphi's like gui

go to:
www.freepascal.org or www.lazarus.freepascal.org


you might need to convert the win API calls to those of linux, but if you dont rely on API call then i think you don;t have a problem porting it to FPC

best]


Uri
Why u do not use a WINE? This is a win emulation for win programs.

regards
Avatar of ustanik

ASKER

I don't use WINE because the program would still be Winblows native.  It would take longer to load.
What kind of application is it?
Avatar of Russell Libby
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

To be PAQ/Refund

Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
Thank you,
Russell

EE Cleanup Volunteer
ASKER CERTIFIED SOLUTION
Avatar of RotaredoM
RotaredoM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial