]> git.saurik.com Git - wxWidgets.git/blob - docs/msw/issues.txt
wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return
[wxWidgets.git] / docs / msw / issues.txt
1 Current issues and bugs
2 -----------------------
3
4 Memory-checking subsystem
5 -------------------------
6
7 This conflicts with wxUSE_IOSTREAMSH = 0 using MS VC++ 5.0
8 (crashes the template code). It should be switched off if you
9 wish to use wxUSE_IOSTREAMSH = 0.
10
11 Many things seem to be broken for 16-bit Windows, including
12 dialogs (crash in wxFindWinFromHandle). The generic tree, list
13 and notebook controls don't work. The generic wxImageList drawing
14 function doesn't work (wxDC::SelectObject problem).