Changeset 148:029d0df3f515

Show
Ignore:
Timestamp:
02/13/08 21:45:35 (10 months ago)
Author:
John Reimer <terminal.node@gmail.com>
branch:
default
Message:

update readme file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README.txt

    r129 r148  
    2727Search for it (2 matches) and either delete those lines of change =on to =off. 
    2828 
     29In some situations, you may get linker errors when building the dwt examples.   
     30Try adding the "-full" switch to the dsss command line to fix these errors. 
     31 
     32Example: 
     33 
     34dsss build -full simple   
     35 
    2936Subsystem linker option 
    3037======================= 
     
    3340-L/SUBSYSTEM:windows:5 
    3441Without this option, DWT renderes some controls not correctly. Eg. table headers are not shown. 
    35  
    36 Themes 
    37 ====== 
    38 To use theming in winxp, there is a manifest necessary. This forces windows to load comctl32.dll 
    39 in version 6 instead of 5. 
    40 Use the resource compiler from visual studio "rc dwt.rc" to get dwt.res 
    41 Link it with -L/RC:dwt.res 
    42  
    43  
    4442 
    4543Changes/Additions to SWT