"steve" == steve lustbader steve.lustbader@philips.com writes:
steve> When I try to load a window in my app that has a treeview in it, steve> it crashes immediately, before the window even gets displayed. steve> This is the end of the backtrace:
Try running with native commctrl to see if the corruption comes from our commctrl implementation. Then run with --debugmsg +relay,+heap. Wine will check on every heap manipulation to see if the heap is still okay. Then look what corrupted the heap.
It works fine with a native (WinXP) comctl32.dll. I'll post the +relay,+heap output shortly.
-Steve