Release 960521
[wine.git] / BUGS
blob19f3c084fedcffba2aad21f025d792e22caa896c
1 1. 32-bit/16-bit call translation:
3 - EBP and ESP are sometimes corrupted while running 16-bit code.
5 2. Messaging:
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
12 3. Controls:
14 - Some features are missing (like VK_SHIFT aided multiple selection in listboxes)
16 4. Miscellaneous:
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.
23 5. Where to look in source files:
25 - grep for FIXME in the source files.