View previous topic :: View next topic |
Author |
Message |
adel
Joined: 22 Jan 2008 Posts: 1
|
Posted: Tue Jan 22, 2008 8:24 am Post subject: What is the difference between the three projects? |
|
|
What is the difference between the three projects: DWT, DWT-linux, DWT-win?
Is DWT not cross-platform? |
|
Back to top |
|
|
doob
Joined: 06 Jan 2007 Posts: 367
|
Posted: Tue Jan 22, 2008 3:03 pm Post subject: |
|
|
DWT is a previous port of SWT t o D, SWT 3.0 or something like that and win only.
DWT-linux and DWT-win are newer ports of SWT 3.3.
SWT and DWT are sort of cross-platform, they require a separate implementation on every platform but all uses the same API for the end user that develops applications using the libraries. Meaning the application developers write the same code on all platforms and then just recompiles the application on a different platform. Other libraries maybe put all code in one project but SWT chose to have separate projects and therefore also DWT. |
|
Back to top |
|
|
|