damateem
2014-02-14 20:24:16 UTC
Using:
wxWidgets-3.0.0
MinGW (tdm-gcc-4.8.1-3)
wxArt2D tip as of 2/13/2014
In wxart2d\apps\mars\src\page.cpp, all SetCellValue( val, row, col )
need to be changed to SetCellValue( row, col, val ). The prior version
is deprecated.
David
wxWidgets-3.0.0
MinGW (tdm-gcc-4.8.1-3)
wxArt2D tip as of 2/13/2014
In wxart2d\apps\mars\src\page.cpp, all SetCellValue( val, row, col )
need to be changed to SetCellValue( row, col, val ). The prior version
is deprecated.
David