Cross platform development

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Karsten

    Cross platform development

    Hi



    I'm a really a new with this cross platform development, so I have some dumb
    questions, which I hope you can help me with.

    If there is a better newsgroup for this question, please point me to it.



    I have written a Win32 application in Delphi.

    Some of the most platform depended features I can think of is that it's much
    gui controlled with themes support (not XP themes) and playing of audio.



    The application, must be made to run on Unix, Linux and Mac OS X. To me it
    seems I have theses choices:



    - Rewrite the application in Java.

    - Rewrite the application to .net.

    - Rewrite the application using a cross platform framework like wxWidgets or
    Qt.





    I would of course like to reuse as much of the Delphi code as possible:





    I know Delphi has support for .net, but I don't how much this can help me.



    I also know that a cross platform (object) Pascal compiler exists, again I
    don't know how much this can help me.



    I'm thinking that some of the GUI in depended code could be compiled to a
    platform depended library, would this be a good idea?



    What solution would you recommend me to take, and do you have any links book
    titles to good updated information about this subject?



  • Mykola Rabchevskiy

    #2
    Re: Cross platform development

    Karsten wrote:
    [color=blue]
    > Hi
    >
    > I'm a really a new with this cross platform development, so I have some dumb
    > questions, which I hope you can help me with.[/color]

    <snip>

    Realistic way: rewrite whole application using Java Standard Edition + and SWT
    as GUI tool. I uses this combination - application works without any problem on
    both Windows and Linux, includind GUI and database connection (I uses mySQL
    which have Windows and Linux versions).

    Translation from Pascal to Java is relatively clear job for code not related to
    GUI (I have experience in translation my old sources to Java from Modula2,
    Fortran and Pascal).

    Comment

    • Hal Rosser

      #3
      Re: Cross platform development

      dot-net is out
      it works on windows only
      and you'll probably be advised in this group to use- (guess what) - java!
      and it would be good advice

      "Karsten" <no@mail.com> wrote in message
      news:fNx6d.5343 9$Vf.2569901@ne ws000.worldonli ne.dk...[color=blue]
      > Hi
      >
      >
      >
      > I'm a really a new with this cross platform development, so I have some[/color]
      dumb[color=blue]
      > questions, which I hope you can help me with.
      >
      > If there is a better newsgroup for this question, please point me to it.
      >
      >
      >
      > I have written a Win32 application in Delphi.
      >
      > Some of the most platform depended features I can think of is that it's[/color]
      much[color=blue]
      > gui controlled with themes support (not XP themes) and playing of audio.
      >
      >
      >
      > The application, must be made to run on Unix, Linux and Mac OS X. To me it
      > seems I have theses choices:
      >
      >
      >
      > - Rewrite the application in Java.
      >
      > - Rewrite the application to .net.
      >
      > - Rewrite the application using a cross platform framework like wxWidgets[/color]
      or[color=blue]
      > Qt.
      >
      >
      >
      >
      >
      > I would of course like to reuse as much of the Delphi code as possible:
      >
      >
      >
      >
      >
      > I know Delphi has support for .net, but I don't how much this can help me.
      >
      >
      >
      > I also know that a cross platform (object) Pascal compiler exists, again I
      > don't know how much this can help me.
      >
      >
      >
      > I'm thinking that some of the GUI in depended code could be compiled to a
      > platform depended library, would this be a good idea?
      >
      >
      >
      > What solution would you recommend me to take, and do you have any links[/color]
      book[color=blue]
      > titles to good updated information about this subject?
      >
      >
      >[/color]


      ---
      Outgoing mail is certified Virus Free.
      Checked by AVG anti-virus system (http://www.grisoft.com).
      Version: 6.0.770 / Virus Database: 517 - Release Date: 9/27/2004


      Comment

      Working...