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