comparison README.txt @ 222:f9012ceeafea

update README.txt info
author Frank Benoit <benoit@tionex.de>
date Mon, 19 May 2008 02:25:11 +0200
parents 03f179597782
children 50ff93cdc412
comparison
equal deleted inserted replaced
221:82b599d21983 222:f9012ceeafea
3 ======= 3 =======
4 4
5 Requirements: 5 Requirements:
6 ============= 6 =============
7 Buildtool : DSSS 0.75 7 Buildtool : DSSS 0.75
8 Compiler : DMD 1.027 8 Compiler : DMD 1.028
9 D Lib : Tango release 0.99.5 9 D Lib : Tango release 0.99.6
10 Import libs 10 Import libs
11 Please check also http://www.dsource.org/projects/dwt/wiki/Requirements
11 12
12 Import libs: 13 Import libs:
13 ============ 14 ============
14 To link everything you need the import libs. 15 To link everything you need the import libs.
15 They are not included in the source repository, please use this archive 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 They don't contain any DWT code, only the import libraries to link to the windows system DLLs. 20 They don't contain any DWT code, only the import libraries to link to the windows system DLLs.
20 21
21 22
22 Building with dsss 23 Building with dsss
59 * Using 2. 60 * Using 2.
60 compile the dwt.rc/dwt.exe.manifest files with rcc.exe from the digitalmars to create the dwt.res. 61 compile the dwt.rc/dwt.exe.manifest files with rcc.exe from the digitalmars to create the dwt.res.
61 rcc dwt.rc 62 rcc dwt.rc
62 link the resulting dwt.res with the -L/rc:dwt.res 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
72 67