Bugs item #2860349, was opened at 2009-09-16 15:55 Message generated for change (Tracker Item Submitted) made by cbrockman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2860349&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: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: Charles Brockman (cbrockman) Assigned to: Nobody/Anonymous (nobody) Summary: wxThings Build Errors Under Microsoft Visual Studio Initial Comment: I updated my local copy of the CVS repository and opened wxThings.sln in Microsoft Visual C++ 2008. The solution file was converted by Visual C++. I choose the Static Unicode Debug Multilib configuration and started the build process. I received the following errors and warnings. Build started: Project: things, Configuration: Static Unicode Debug Multilib Win32 Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release genergdi.cpp ..\src\genergdi.cpp(416) : error C2664: 'wxPen::SetCap' : cannot convert parameter 1 from 'int' to 'wxPenCap' Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast) ..\src\genergdi.cpp(417) : error C2664: 'wxPen::SetJoin' : cannot convert parameter 1 from 'int' to 'wxPenJoin' Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast) filebrws.cpp ..\src\filebrws.cpp(991) : error C2664: 'wxGenericFileCtrl::wxGenericFileCtrl(wxWindow *,wxWindowID,const wxString &,const wxString &,const wxString &,long,const wxPoint &,const wxSize &,const wxString &)' : cannot convert parameter 5 from 'const wxPoint' to 'const wxString &' Reason: cannot convert from 'const wxPoint' to 'const wxString' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ..\src\filebrws.cpp(993) : error C2039: 'GoToDir' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1303) : error C2039: 'ChangeToSmallIconMode' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1428) : error C2039: 'GetNextItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1432) : error C2039: 'GetItemData' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1572) : error C2039: 'GoToDir' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1717) : error C2039: 'GoToDir' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1735) : warning C4312: 'type cast' : conversion from 'long' to 'wxFileData *' of greater size ..\src\filebrws.cpp(1757) : warning C4312: 'type cast' : conversion from 'long' to 'wxFileData *' of greater size ..\src\filebrws.cpp(1775) : error C2039: 'GetNextItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1778) : error C2039: 'GetItemData' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1786) : error C2039: 'GetNextItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1791) : error C2039: 'GetNextItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1806) : error C2039: 'GetItemData' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1857) : error C2039: 'GetItemData' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1905) : error C2039: 'DeleteItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1919) : error C2039: 'DeleteItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1945) : error C2039: 'GetItemData' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(1951) : error C2039: 'SetItemState' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2032) : error C2660: 'wxWindow::FindItem' : function does not take 2 arguments ..\src\filebrws.cpp(2037) : error C2039: 'GetItemCount' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2040) : error C2039: 'Add' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2046) : error C2039: 'UpdateItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2116) : error C2039: 'MakeDir' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2139) : error C2039: 'GetNextItem' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2141) : error C2039: 'EditLabel' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2369) : error C2660: 'wxWindow::FindItem' : function does not take 3 arguments ..\src\filebrws.cpp(2372) : error C2039: 'SetItemState' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2373) : error C2039: 'EnsureVisible' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' ..\src\filebrws.cpp(2442) : error C2039: 'SetWild' : is not a member of 'wxGenericFileCtrl' C:\wxWidgets SVN\include\wx/generic/filectrlg.h(185) : see declaration of 'wxGenericFileCtrl' dropdown.cpp ..\src\dropdown.cpp(184) : error C2248: 'wxWindowBase::ProcessEvent' : cannot access protected member declared in class 'wxWindowBase' C:\wxWidgets SVN\include\wx/window.h(840) : see declaration of 'wxWindowBase::ProcessEvent' C:\wxWidgets SVN\include\wx/window.h(166) : see declaration of 'wxWindowBase' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2860349&group_id=51305 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users