Changeset 100:8e89c07402e9

Show
Ignore:
Timestamp:
02/09/08 15:26:08 (10 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Describe subsystem linker switch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README.txt

    r99 r100  
    2727Search for it (2 matches) and either delete those lines of change =on to =off. 
    2828 
     29Subsystem linker option 
     30======================= 
     31For dmd linker 'optlink' there is the option SUBSYSTEM which defines if the executable  
     32shall be a console or windows application and the minimum required windows version (4=win95,5=win2000,6=vista) 
     33-L/SUBSYSTEM:windows:5 
     34Without this option, DWT renderes some controls not correctly. Eg. table headers are not shown. 
     35 
     36 
     37 
     38 
     39 
     40 
     41 
     42