wxWidgets/tests/image
Vadim Zeitlin f4b80e5337 Remove MSVC6 support.
Don't support this compiler any more, this allows to get rid of tons of
MSVC6-specific workarounds, in particular we can now use Bind() and natural
template functions calls in the library code.

Also remove MSVC6 project and solution files and don't generate them when
bakefile_gen is ran any more (removing the remaining occurrences of msvc6prj
from the bakefiles results in weird bake-time errors, so it's simpler to just
leave them there).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-05-15 22:32:17 +00:00
..
horse_bicubic_50x50.png
horse_bicubic_100x100.png
horse_bicubic_150x150.png
horse_bicubic_300x300.png
horse_bilinear_50x50.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_bilinear_100x100.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_bilinear_150x150.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_bilinear_300x300.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_box_average_50x50.png
horse_box_average_100x100.png
horse_box_average_150x150.png
horse_box_average_300x300.png
horse_grey_flipped.bmp
horse_grey.bmp
horse_rle4_flipped.bmp
horse_rle4.bmp
horse_rle8_flipped.bmp
horse_rle8.bmp
image.cpp Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
rawbmp.cpp