diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-15 14:03:46 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-15 14:03:46 -0500 |
| commit | 063293456d929ffab90b8b8c9e609083644b04a1 (patch) | |
| tree | 11e5a0e7cda2e72b88b6edd77b4ebe3789c3041b /todo.md | |
| parent | d1768f27873fe277cfe2513203424afdd2a84d5d (diff) | |
More error handling reduction.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ super ultra important things: - the windows build appears to be unstable: - 64-bit doesn't work, period: it crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 CreateWindowExW complains about an unregistered window class, yet the RegisterClassW appears to have succeeded and examining the stack in WinDbg indicates the correct class name is being sent (see below) - 32-bit: it works now, but if I save the class name converted to UTF-16 beforehand, wine indicates that the class name is replaced with the window title, so something there is wrong... +- handle in-library panics (internal errors) by reporting them to the user important things: - maybe make it so sysData doesn't need specialized info on every control type? |
