wxFS_SEEKABLE flags is deprecated. You can still seek, but use the flag.
- Constructor wxZipInputStream(const wxString& archive, const wxString& file)
deprecated in favour of wxFileSystem (other zip ctors are not deprecated).
-
+
Major new features in 2.8 release
2.8.1
-----
+wxMSW:
+
+- Fixed compilation with Borland C++ in Unicode mode but without MSLU
+
wxGTK:
- Don't crash if command line is not valid UTF-8 (Unicode build only)
- Added wxFilterFSHandler and wxArchiveFSHandler.
- Added wxString::ToLongLong() and ToULongLong().
-All (GUI):
+All (GUI):
- wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
calling SelectObject itself if a valid bitmap is passed.