]> git.saurik.com Git - wxWidgets.git/blob - docs/msw/issues.txt
Partial Watcom C++ 10.6 support added (doesn't link for some reason)
[wxWidgets.git] / docs / msw / issues.txt
1 Current issues and bugs
2 -----------------------
3
4 Owner-draw menus
5 ----------------
6
7 If USE_OWNER_DRAWN = 1 and you create a wxMenu, you get 'all bets
8 are off' memory checking warnings from wxWindows.
9
10 Memory-checking subsystem
11 -------------------------
12
13 This conflicts with wxUSE_IOSTREAMSH = 0 using MS VC++ 5.0
14 (crashes the template code). It should be switched off if you
15 wish to use wxUSE_IOSTREAMSH = 0.
16
17
18