Changeset 222:f9012ceeafea
- Timestamp:
- 05/18/08 20:25:11
(4 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
update README.txt info
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r188 |
r222 |
|
| 6 | 6 | ============= |
|---|
| 7 | 7 | Buildtool : DSSS 0.75 |
|---|
| 8 | | Compiler : DMD 1.027 |
|---|
| 9 | | D Lib : Tango release 0.99.5 |
|---|
| | 8 | Compiler : DMD 1.028 |
|---|
| | 9 | D Lib : Tango release 0.99.6 |
|---|
| 10 | 10 | Import libs |
|---|
| | 11 | Please check also http://www.dsource.org/projects/dwt/wiki/Requirements |
|---|
| 11 | 12 | |
|---|
| 12 | 13 | Import libs: |
|---|
| … | … | |
| 15 | 16 | They are not included in the source repository, please use this archive |
|---|
| 16 | 17 | |
|---|
| 17 | | http://downloads.dsource.org/projects/dwt-linux/dwt-win-libs.zip |
|---|
| | 18 | http://downloads.dsource.org/projects/dwt/dwt-win-importlibs.zip |
|---|
| 18 | 19 | |
|---|
| 19 | 20 | They don't contain any DWT code, only the import libraries to link to the windows system DLLs. |
|---|
| … | … | |
| 62 | 63 | link the resulting dwt.res with the -L/rc:dwt.res |
|---|
| 63 | 64 | |
|---|
| 64 | | Changes/Additions to SWT |
|---|
| 65 | | ======================== |
|---|
| 66 | | o MessageBox can be instantiated without parent. Use the Ctor "this( int style )", |
|---|
| 67 | | calling the other ctors will still force a non-null parent. |
|---|
| 68 | | o Allow null argument for |
|---|
| 69 | | - dwt.graphics.TextLayout setText(char[]) |
|---|
| 70 | 65 | |
|---|
| 71 | 66 | |
|---|