From: SourceForge.net <no...@so...> - 2009-08-28 23:17:05
|
Bugs item #2846586, was opened at 2009-08-28 16:17 Message generated for change (Tracker Item Submitted) made by cbrockman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2846586&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: None Group: Subversion TRUNK Status: Open Resolution: None Priority: 5 Private: No Submitted By: Charles Brockman (cbrockman) Assigned to: Nobody/Anonymous (nobody) Summary: [wxPlotCtrl] SetCursor Call to wxString(int) Initial Comment: While trying to compile the plotctrl project in Microsoft Visual C++ 2008 under Windows I received the following errors: ..\src\plotctrl.cpp(592) : error C2248: 'wxString::wxString' : cannot access private member declared in class 'wxString' C:\wxWidgets SVN\include\wx/string.h(478) : see declaration of 'wxString::wxString' C:\wxWidgets SVN\include\wx/string.h(456) : see declaration of 'wxString' ..\src\plotctrl.cpp(2186) : error C2248: 'wxString::wxString' : cannot access private member declared in class 'wxString' C:\wxWidgets SVN\include\wx/string.h(478) : see declaration of 'wxString::wxString' C:\wxWidgets SVN\include\wx/string.h(456) : see declaration of 'wxString' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2846586&group_id=51305 |