From: SourceForge.net <no...@so...> - 2010-03-03 21:14:35
|
Bugs item #2962879, was opened at 2010-03-03 22:14 Message generated for change (Tracker Item Submitted) made by remigius-11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2962879&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: last released version Status: Open Resolution: None Priority: 5 Private: No Submitted By: Remigius (remigius-11) Assigned to: Ronan Chartois (pgriddev) Summary: VC80 compile problems Initial Comment: 1 warning in all settings: treelistctrl.cpp(582) : warning C4100: 'event' : unreferenced formal parameter -> surround event with WXUNUSED() 2 errors in unicode builds: treelistctrl.cpp(3080) : error C2446: ':' : no conversion from 'const char *' to 'const wxString' treelistctrl.cpp(4066) : error C2446: ':' : no conversion from 'const char *' to 'const wxString' -> surround parameter " " with wxT() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2962879&group_id=51305 |