Changeset 102:40c02ead0a2c

Show
Ignore:
Timestamp:
02/09/08 21:34:55 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
Children:

103:1a8b8c3d80a4 104:3926f6c95d6f

branch:
default
Message:

resource manifest

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README.txt

    r100 r102  
    1212Import libs: 
    1313============ 
    14 To link everything you need the import libs.  
    15 They are not included in the source repository, please use this archive  
     14To link everything you need the import libs. 
     15They are not included in the source repository, please use this archive 
    1616 
    1717    http://downloads.dsource.org/projects/dwt-linux/dwt-win-libs.zip 
     
    2929Subsystem linker option 
    3030======================= 
    31 For dmd linker 'optlink' there is the option SUBSYSTEM which defines if the executable  
     31For dmd linker 'optlink' there is the option SUBSYSTEM which defines if the executable 
    3232shall be a console or windows application and the minimum required windows version (4=win95,5=win2000,6=vista) 
    3333-L/SUBSYSTEM:windows:5 
    3434Without this option, DWT renderes some controls not correctly. Eg. table headers are not shown. 
     35 
     36Themes 
     37====== 
     38To use theming in winxp, there is a manifest necessary. This forces windows to load comctl32.dll 
     39in version 6 instead of 5. 
     40Use the resource compiler from visual studio "rc dwt.rc" to get dwt.res 
     41Link it with -L/RC:dwt.res 
    3542 
    3643 
     
    3946 
    4047 
    41  
    42