]> git.saurik.com Git - wxWidgets.git/blame - docs/msw/issues.txt
__MWERKS__ check now doesn't give compilation error with VC++
[wxWidgets.git] / docs / msw / issues.txt
CommitLineData
2bda0e17
KB
1Current issues and bugs
2-----------------------
3
884360bc
JS
4Owner-draw menus
5----------------
6
7If USE_OWNER_DRAWN = 1 and you create a wxMenu, you get 'all bets
8are off' memory checking warnings from wxWindows.
9
4fabb575
JS
10Memory-checking subsystem
11-------------------------
12
13This conflicts with wxUSE_IOSTREAMSH = 0 using MS VC++ 5.0
14(crashes the template code). It should be switched off if you
15wish to use wxUSE_IOSTREAMSH = 0.
16
17
18