Changeset 148:029d0df3f515
- 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
| r129 |
r148 |
|
| 27 | 27 | Search for it (2 matches) and either delete those lines of change =on to =off. |
|---|
| 28 | 28 | |
|---|
| | 29 | In some situations, you may get linker errors when building the dwt examples. |
|---|
| | 30 | Try adding the "-full" switch to the dsss command line to fix these errors. |
|---|
| | 31 | |
|---|
| | 32 | Example: |
|---|
| | 33 | |
|---|
| | 34 | dsss build -full simple |
|---|
| | 35 | |
|---|
| 29 | 36 | Subsystem linker option |
|---|
| 30 | 37 | ======================= |
|---|
| … | … | |
| 33 | 40 | -L/SUBSYSTEM:windows:5 |
|---|
| 34 | 41 | Without 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 | | |
|---|
| 44 | 42 | |
|---|
| 45 | 43 | Changes/Additions to SWT |
|---|