Release 960114
[wine] / BUGS
1 1. 32-bit/16-bit call translation:
2
3 - EBP and ESP are sometimes corrupted while running 16-bit code.
4
5 2. Messaging:
6
7 - Message flow is not correct for multiple tasks
8 - Dialog Boxes created by WM_CREATE handler aren't visible
9 - MDI does not send WM_GETMINMAX message.
10 - resizing of MDI child windows sometimes leaves them unrepainted
11
12 3. Controls:
13
14 - Some features are missing (like VK_SHIFT aided multiple selection in listboxes)
15
16 4. Miscellaneous:
17
18 - InitializeLoadedDLLs() can't init LZEXPAND.DLL. (cs:ip => 0:0)
19 - LoadCursor does not correctly handle bitmap cursors
20 - AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple times.
21 - Dialogs don't support resources which are referred to as integers.
22
23 5. Where to look in source files:
24
25 - grep for FIXME in the source files.
26
27