wxWidgets 2.6.2 released

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
User avatar
Julian
Earned a small fee
Earned a small fee
Posts: 19
Joined: Wed Sep 29, 2004 8:07 am
Location: Edinburgh, UK
Contact:

wxWidgets 2.6.2 released

Post by Julian »

wxWidgets 2.6.2 is now available for download from:

http://www.wxwidgets.org

This is mainly a bug fix release; changes from 2.6.1 are listed below.

Regards,

Julian

2.6.2 changes from 2.6.1
------------------------

All:

- Fixed wxScopeGuard to work with VC++, documented it.
- Fixed proxy handling in wxURL.
- Added wxEVT_MEDIA_LOADED event for wxMediaCtrl.
- Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls).
- Added wxZipFSHandler::Cleanup() (Stas Sergeev).
- Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson).
- Fixed compilation with IBM xlC compiler.
- wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual.
- Added wxLongLong::ToDouble().
- Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs.
- Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett).
- Fixed wxListbook and wxChoicebook internal layout.

All (GUI):

- Added wxStaticText::Wrap()
- wxChoice and wxComboBox::GetSelection() now returns completed selection,
added a new GetCurrentSelection() function having the old behaviour.
- Added wxXmlResource::Unload().
- Possibility of modeless wxWizard dialog (with presentation in sample).
- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
- Ctrl+mouse wheel changes zoom factor in print preview (Zbigniew Zag
Try DialogBlocks for rapid dialog creation, and more:
http://www.anthemion.co.uk/dialogblocks
daddydave
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 214
Joined: Wed Jun 15, 2005 3:31 am
Location: United States
Contact:

Post by daddydave »

Great news!
hongxing
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 227
Joined: Mon Aug 01, 2005 10:04 am

oh

Post by hongxing »

It's really a good new?

my question is when will the the next release? hehe
priyank_bolia
wxWorld Domination!
wxWorld Domination!
Posts: 1339
Joined: Wed Aug 03, 2005 8:10 am
Location: BANGALORE, INDIA
Contact:

Post by priyank_bolia »

Can some one please check that the wxmsw26_dbgrid_vc_custom.dll is not building with the project(wx.dsw) on VC7.1 as the wxbase26_odbc.lib is not found in the lib\vc_dll folder. You have to manually copy it form the lib\vc_lib folder.
Also the project dependency order is incorrect, you have to build solution several times to have all the projects build.
Thanks!
NinjaNL
Moderator
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Post by NinjaNL »

priyank_bolia wrote:Can some one please check that the wxmsw26_dbgrid_vc_custom.dll is not building with the project(wx.dsw) on VC7.1 as the wxbase26_odbc.lib is not found in the lib\vc_dll folder. You have to manually copy it form the lib\vc_lib folder.
Also the project dependency order is incorrect, you have to build solution several times to have all the projects build.
Thanks!
I would suggest joining the Dev mailing list, and mentioning it there.
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
phlox81
wxWorld Domination!
wxWorld Domination!
Posts: 1387
Joined: Thu Aug 18, 2005 7:49 pm
Location: Germany
Contact:

Post by phlox81 »

hm, i think you should add a link in the titlebar to 2.6.2 on this forum...
(|wx2.6.0|wx2.6.1|...)
Zulu
In need of some credit
In need of some credit
Posts: 7
Joined: Fri Sep 16, 2005 11:15 am

Post by Zulu »

One thing I discoverd (it was also present in 2.6.1) when compiling wxBase from wxWidgets2.6.2, on MinGW, was that two needed .h files were not copied to the MinGW-folder by 'make install'.

The two missing files are:
\include\wx\msw\private.h
\include\wx\msw\mslu.h

Configuring options:
../configure --with-msw --disable-gui --disable-shared

Another thing:
I also tried downloading the wxBase-only package for Windows but it fails in the configuration process, saying that makefile.in cannot be found.
The only 'makefile.in' present in wxBase2.6.2.zip is located in \samples\console .
Post Reply