Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Starting point for new port

Qt is the only C++ port so far. I would recommend looking at multiple ports
rather than picking just one. The ones that will help you the most are
probably the Motif, Photon, and GTK ports. I found while implementing our
internal Qt port that you really need to look at two or three other
implementations to get things right.

-Jesse



                                                                                                                                       
                      David Goodenough                                                                                                 
                      <david.goodenough@btcon         To:      platform-swt-dev@xxxxxxxxxxx                                            
                      nect.com>                       cc:                                                                              
                      Sent by:                        Subject: Re: [platform-swt-dev] Starting point for new port                      
                      platform-swt-dev-admin@                                                                                          
                      eclipse.org                                                                                                      
                                                                                                                                       
                                                                                                                                       
                      12/18/2002 03:26 AM                                                                                              
                      Please respond to                                                                                                
                      platform-swt-dev                                                                                                 
                                                                                                                                       
                                                                                                                                       



On Monday 16 December 2002 15:05, you wrote:
> Now I know that there is a Qt port somewhere inside IBM for SWT, but the
> legal eagles need to make their mind up as to whether it can be released
> as a basis for a full Qt and KDE port, now that the java bindings for
> Qt and Kde that ship with Kde have become LGPL.
>
> So lets for the moment assume that the IBM port can not be used, I need
> to think which is the best of the existing versions to start from.  The
> list as I know it is Windows, Motif, Gtk and MacOS.
>
> The Java binding the ships with Kde closely maps the C++ API that Qt
> and KDE provide as a base, because they are mechanically generated from
> them.  Windows and Motif are both C API based, but I do not know about
> the Gtk and MacOS ones.
>
> Does anyone have any perls of wisdom as to the best starting point?
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev

Does no-one on this list have any thoughts on this subject?

David
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev






Back to the top