Discussion:
[Wxart2d-users_dev] SetCellValue() format deprecated
damateem
2014-02-14 20:24:16 UTC
Permalink
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

Loading...