Changeset 222:f9012ceeafea for README.txt
- Timestamp:
- 05/18/08 20:25:11 (8 months ago)
- Files:
-
- README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
README.txt
r188 r222 6 6 ============= 7 7 Buildtool : DSSS 0.75 8 Compiler : DMD 1.02 79 D Lib : Tango release 0.99. 58 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.zip18 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 SWT65 ========================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 for69 - dwt.graphics.TextLayout setText(char[])70 65 71 66
