Porting Delphi 7 Project to Unix

This is a discussion on Porting Delphi 7 Project to Unix within the Pascal forums in Programming Languages category; Hi Friends, I am in a task to convert the Existing (Windows XP) Delphi 7 Project to Unix platform supported. i am very new to this Unix, i have not worked on that yet, i am trying for the good solution to do this, I have visited some sites they have mentioned that Kylix and Lazarus compilers (IDE) and some free Pascal compilers can do this job, but that too complex process. Can any one please help me on this. Thanks in advance. Rajkumar D....

Go Back   Application Development Forum > Programming Languages > Pascal

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-02-2008, 07:55 AM
Raj
Guest
 
Default Porting Delphi 7 Project to Unix

Hi Friends,

I am in a task to convert the Existing (Windows XP) Delphi 7 Project
to Unix platform supported. i am very new to this Unix, i have not
worked on that yet, i am trying for the good solution to do this, I
have visited some sites they have mentioned that Kylix and Lazarus
compilers (IDE) and some free Pascal compilers can do this job, but
that too complex process.
Can any one please help me on this.


Thanks in advance.

Rajkumar D.
Reply With Quote
  #2  
Old 06-02-2008, 08:11 AM
Marco van de Voort
Guest
 
Default Re: Porting Delphi 7 Project to Unix

On 2008-06-02, Raj <rajkumar.ad@gmail.com> wrote:
> I am in a task to convert the Existing (Windows XP) Delphi 7 Project
> to Unix platform supported. i am very new to this Unix, i have not
> worked on that yet, i am trying for the good solution to do this, I
> have visited some sites they have mentioned that Kylix and Lazarus
> compilers (IDE) and some free Pascal compilers can do this job,


(note that Lazarus uses FPC (Free Pascal compiler) as compiler. They are the
same thing)

> but that too complex process.
> Can any one please help me on this.


Then you are stuffed, and have the wine emulator as only other chance.
Reply With Quote
  #3  
Old 06-04-2008, 04:20 AM
Bart
Guest
 
Default Re: Porting Delphi 7 Project to Unix

Op Mon, 2 Jun 2008 04:55:03 -0700 (PDT) schreef Raj
<rajkumar.ad@gmail.com>:

>Hi Friends,
>
> I am in a task to convert the Existing (Windows XP) Delphi 7 Project
>to Unix platform supported. i am very new to this Unix, i have not
>worked on that yet, i am trying for the good solution to do this, I
>have visited some sites they have mentioned that Kylix and Lazarus
>compilers (IDE) and some free Pascal compilers can do this job, but
>that too complex process.
>Can any one please help me on this.
>
>
>Thanks in advance.
>
>Rajkumar D.

If you can learn Delphi, you certainly can learn Lazarus...

If however your app heavily relies on Windows specific stuff (like
DirectX, executing files based on file-extensions, OLE atomation
etc.), you'll have to rethink and redesign.
Commnon stuff (file-handling, databases, components) should be more
easy to port.

Bart
--
Bart Broersma
broersma.juda_ANTISPAM_@tiscali.nl
(ff _ANTISPAM_ wegpoetsen uit dit adres natuurlijk)
Reply With Quote
  #4  
Old 06-06-2008, 08:01 AM
Raj
Guest
 
Default Re: Porting Delphi 7 Project to Unix

On Jun 2, 5:11*pm, Marco van de Voort <mar...@stack.nl> wrote:
> On 2008-06-02, Raj <rajkumar...@gmail.com> wrote:
>
> > * I am in a task to convert the Existing (Windows XP) Delphi 7 Project
> > to Unix platform supported. i am very new to this Unix, i have not
> > worked on that yet, i am trying for the good solution to do this, I
> > have visited some sites they have mentioned that Kylix and Lazarus
> > compilers (IDE) and some free Pascal compilers can do this job,

>
> (note that Lazarus uses FPC (Free Pascal compiler) as compiler. They are the
> same thing)
>
> > but that too complex process.
> > Can any one please help me on this.

>
> Then you are stuffed, and have the wine emulator as only other chance.


Thanks for your answer. I am not familure with wine emulator, can you
tell me how it will be helpful for my project. Can we change the
Entire system without any hassels.

Thanks in advance.

Reply With Quote
  #5  
Old 06-06-2008, 08:04 AM
Raj
Guest
 
Default Re: Porting Delphi 7 Project to Unix

On Jun 4, 1:20*pm, Bart <broersma.juda_ANTISP...@tiscali.nl> wrote:
> Op Mon, 2 Jun 2008 04:55:03 -0700 (PDT) schreef Raj
> <rajkumar...@gmail.com>:
>
> >Hi Friends,

>
> > *I am in a task to convert the Existing (Windows XP) Delphi 7 Project
> >to Unix platform supported. i am very new to this Unix, i have not
> >worked on that yet, i am trying for the good solution to do this, I
> >have visited some sites they have mentioned that Kylix and Lazarus
> >compilers (IDE) and some free Pascal compilers can do this job, but
> >that too complex process.
> >Can any one please help me on this.

>
> >Thanks in advance.

>
> >Rajkumar D.

>
> If you can learn Delphi, you certainly can learn Lazarus...
>
> If however your app heavily relies on Windows specific stuff (like
> DirectX, executing files based on file-extensions, OLE atomation
> etc.), you'll have to rethink and redesign.
> Commnon stuff (file-handling, databases, components) should be more
> easy to port.
>
> Bart
> --
> Bart Broersma
> broersma.juda_ANTISP...@tiscali.nl
> (ff _ANTISPAM_ wegpoetsen uit dit adres natuurlijk)


In my Project i dont have much Windows specific stuff's. I have only
few like that, do you thing for my project lazarus is best than Kylix.
Reply With Quote
  #6  
Old 06-06-2008, 04:11 PM
Marco van de Voort
Guest
 
Default Re: Porting Delphi 7 Project to Unix

On 2008-06-06, Raj <rajkumar.ad@gmail.com> wrote:
>> > have visited some sites they have mentioned that Kylix and Lazarus
>> > compilers (IDE) and some free Pascal compilers can do this job,

>>
>> (note that Lazarus uses FPC (Free Pascal compiler) as compiler. They are the
>> same thing)
>>
>> > but that too complex process.
>> > Can any one please help me on this.

>>
>> Then you are stuffed, and have the wine emulator as only other chance.

>
> Thanks for your answer. I am not familure with wine emulator,


Well, I use Lazarus, but if Kylix and Lazarus are too much hassle, there is
not much choice left.

> can you
> tell me how it will be helpful for my project. Can we change the
> Entire system without any hassels.


Wine is a windows emulator to run windows binaries on other platforms.

www.winehq.com

There are limitations of course, and also your customers would have to
install it.
Reply With Quote
  #7  
Old 06-06-2008, 06:04 PM
Dr J R Stockton
Guest
 
Default Re: Porting Delphi 7 Project to Unix

In comp.lang.pascal.borland message <cf2709db-a4de-4614-982f-098762dc06d
f@z16g2000prn.googlegroups.com>, Mon, 2 Jun 2008 04:55:03, Raj
<rajkumar.ad@gmail.com> posted:
>
> I am in a task to convert the Existing (Windows XP) Delphi 7 Project
>to Unix platform supported.


You would do better, probably, by asking in a Delphi newsgroup. AFAIK,
all Delphi newsgroups have delphi in their names, although not all
newsgroups with delphi in their names are about Delphi.

Before posting to a newsgroup with borland starting its name, seek
Borland's guidelines for posting.

--
(c) John Stockton, nr London UK. ?@merlyn.demon.co.uk BP7, Delphi 3 & 2006.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm> clpdmFAQ;
Via <URL:http://support.codegear.com/newsgroups/>: news:borland.* Guidelines
Reply With Quote
  #8  
Old 06-07-2008, 03:26 AM
Raj
Guest
 
Default Re: Porting Delphi 7 Project to Unix

On Jun 7, 1:11*am, Marco van de Voort <mar...@stack.nl> wrote:
> On 2008-06-06, Raj <rajkumar...@gmail.com> wrote:
>
> >> > have visited some sites they have mentioned that Kylix and Lazarus
> >> > compilers (IDE) and some free Pascal compilers can do this job,

>
> >> (note that Lazarus uses FPC (Free Pascal compiler) as compiler. They are the
> >> same thing)

>
> >> > but that too complex process.
> >> > Can any one please help me on this.

>
> >> Then you are stuffed, and have the wine emulator as only other chance.

>
> > Thanks for your answer. I am not familure with wine emulator,

>
> Well, I use Lazarus, but if Kylix and Lazarus are too much hassle, there is
> not much choice left.
>
> > can you
> > tell me how it will be helpful for my project. Can we change the
> > Entire system without any hassels.

>
> Wine is a windows emulator to run windows binaries on other platforms.
>
> www.winehq.com
>
> There are limitations of course, and also your customers would have to
> install it.


I am decided to go with Lazarus, i think that it is the better way
than any other solutioun like Kylix an other. Can you help me how to
use lazarus to port the sytem. Either should i use that in Windows
platform or UNIX. Also tell can i compile directly my project on
Lazarus or should i do any preliminary steps before. Your help is more
important for me. Thanks.
Reply With Quote
  #9  
Old 06-07-2008, 03:27 AM
Raj
Guest
 
Default Re: Porting Delphi 7 Project to Unix

On Jun 7, 3:04*am, Dr J R Stockton <j...@merlyn.demon.co.uk> wrote:
> In comp.lang.pascal.borland message <cf2709db-a4de-4614-982f-098762dc06d
> f...@z16g2000prn.googlegroups.com>, Mon, 2 Jun 2008 04:55:03, Raj
> <rajkumar...@gmail.com> posted:
>
>
>
> > *I am in a task to convert the Existing (Windows XP) Delphi 7 Project
> >to Unix platform supported.

>
> You would do better, probably, by asking in a Delphi newsgroup. *AFAIK,
> all Delphi newsgroups have delphi in their names, although not all
> newsgroups with delphi in their names are about Delphi.
>
> Before posting to a newsgroup with borland starting its name, seek
> Borland's guidelines for posting.
>
> --
> *(c) John Stockton, nr London UK. ?...@merlyn.demon.co.uk *BP7, Delphi3 & 2006.
> *<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/&c., FAQqy topics & links;
> *<URL:http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm> clpdmFAQ;
> *Via <URL:http://support.codegear.com/newsgroups/>: news:borland.* Guidelines


Thanks for your suggesstions.
Reply With Quote
  #10  
Old 06-07-2008, 06:14 AM
Marco van de Voort
Guest
 
Default Re: Porting Delphi 7 Project to Unix

On 2008-06-06, Dr J R Stockton <jrs@merlyn.demon.co.uk> wrote:
> In comp.lang.pascal.borland message <cf2709db-a4de-4614-982f-098762dc06d
> f@z16g2000prn.googlegroups.com>, Mon, 2 Jun 2008 04:55:03, Raj
><rajkumar.ad@gmail.com> posted:
>>
>> I am in a task to convert the Existing (Windows XP) Delphi 7 Project
>>to Unix platform supported.

>
> You would do better, probably, by asking in a Delphi newsgroup. AFAIK,
> all Delphi newsgroups have delphi in their names, although not all
> newsgroups with delphi in their names are about Delphi.


I think there is less knowledge about porting Delphi code to Linux in those
groups then here.

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 12:19 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.