Hello,
Using wx Trunk (23-09-2009) & VC7 as the compiler i get the following
compilation errors:
wxWidgets\src\generic\grid.cpp(5539): error C2259:
'wxGridColumnHeaderRenderer' : cannot instantiate abstract class
due to following members:
'void wxGridCornerHeaderRenderer::DrawBorder(const wxGrid &,wxDC
&,wxRect &) const' : pure virtual function was not defined
..\..\include\wx\generic\grid.h(295) : see declaration of
'wxGridCornerHeaderRenderer::DrawBorder'
wxWidgets\src\generic\grid.cpp(5521): error C2259:
'wxGridCornerHeaderRenderer' : cannot instantiate abstract class
due to following members:
'void wxGridCornerHeaderRenderer::DrawBorder(const wxGrid &,wxDC
&,wxRect &) const' : pure virtual function was not defined
..\..\include\wx\generic\grid.h(295) : see declaration of
'wxGridCornerHeaderRenderer::DrawBorder'
wxWidgets\src\generic\grid.cpp(5448): error C2259:
'wxGridRowHeaderRenderer' : cannot instantiate abstract class
--~--~---------~--~----~------------~-------~--~----~
Please read
http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to
wx-users+unsubscribe@...
or visit
http://groups.google.com/group/wx-users-~----------~----~----~----~------~----~------~--~---