Search found 1 match
- Wed Apr 02, 2008 7:28 am
- Forum: Announcements and Discoveries
- Topic: ANN : Enhanced wxTreeListCtrl
- Replies: 44
- Views: 18925
I am also unable to compile this control. After replacing the: #ifdef __WXMSW__ #include "commctrl.h" #endif with #ifdef __WXMSW__ #include "wx/msw/wrapcctl.h" #endif I get lot's of warning, which i will probably be able to fix, but the main problem are the linker error's. They are the same as Ludik...