]>
Commit | Line | Data |
---|---|---|
2bda0e17 KB |
1 | Current issues and bugs |
2 | ----------------------- | |
3 | ||
884360bc JS |
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 | ||
4fabb575 JS |
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 |