changeset 148:029d0df3f515

update readme file
author John Reimer <terminal.node@gmail.com>
date Wed, 13 Feb 2008 18:45:35 -0800
parents cf66b1446ffe
children 8ffc762c64fc
files README.txt
diffstat 1 files changed, 7 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Wed Feb 13 16:59:17 2008 +0100
+++ b/README.txt	Wed Feb 13 18:45:35 2008 -0800
@@ -26,6 +26,13 @@
 Disable this option in the dsss/etc/rebuild/dmd-win-tango file.
 Search for it (2 matches) and either delete those lines of change =on to =off.
 
+In some situations, you may get linker errors when building the dwt examples.  
+Try adding the "-full" switch to the dsss command line to fix these errors.
+
+Example:
+
+dsss build -full simple  
+
 Subsystem linker option
 =======================
 For dmd linker 'optlink' there is the option SUBSYSTEM which defines if the executable
@@ -33,15 +40,6 @@
 -L/SUBSYSTEM:windows:5
 Without this option, DWT renderes some controls not correctly. Eg. table headers are not shown.
 
-Themes
-======
-To use theming in winxp, there is a manifest necessary. This forces windows to load comctl32.dll
-in version 6 instead of 5.
-Use the resource compiler from visual studio "rc dwt.rc" to get dwt.res
-Link it with -L/RC:dwt.res
-
-
-
 Changes/Additions to SWT
 ========================
   o MessageBox can be instantiated without parent. Use the Ctor "this( int style )",