Cross platform development

K

Karsten

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?
 
C

Cor Ligthert

Karsten,

In my opinion is your question not something for a newsgroup. It needs a
very well made decission table and with that a good survey.

You can get in newsgroups fragments, however you do not know who it write
and what his/her expirience is.

Even it is possible that you think it is an expert, than it can be that he
is maybe an expert however did never development or not do that in the arrea
you are just looking for.

However just my thought,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top