wxWidgets 2.6.3 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.3 released

Post by Julian »

March 25th, 2006: the multi-platform development toolkit wxWidgets 2.6.3 has been released, supporting a variety of platforms including desktop Windows, Windows Mobile, Linux/Unix with GTK+/Motif/X11, Mac OS X, and OS/2.

Please see the Download page at http://www.wxwindows.org for details.
This is primarily a bug fix release. Notable improvements include Mac universal binary creation with the command-line tools, Windows Mobile 5.0 support, context menu and enhanced file selector support on Windows CE, AMD 64-bit compilation on Windows, better VC++ 2005 support, and more efficient paint handling on wxGTK. changes.txt contains the complete list of changes.

Enjoy!

Julian Smart
(on behalf of the wxWidgets Team)
Ksmith22
I live to help wx-kind
I live to help wx-kind
Posts: 199
Joined: Mon Nov 21, 2005 4:34 pm

Post by Ksmith22 »

Ah, the infinate loop wxURL::GetInputStream() bug seems to be finally fixed. Yay!
eranif
Moderator
Moderator
Posts: 610
Joined: Tue Nov 29, 2005 7:10 pm
Location: Israel

Post by eranif »

Hi,

One problem with 2.6.3 - there is a dependency problem when building 'Debug DLL' (VC7.1, win xp) - the order on which the dll are created is incorrect.

For example, every dll requires wxtiff to exist - however, it is built 13rd ..

Once it is created succesfullly, I need to build the environment again, but now core is missing and so on.

eventually I need to build to environment 5 times to get it done (still the odbc does not build under Debug DLL)

Eran
IDE: CodeLite + wxCrafter
OS: All
https://wxcrafter.codelite.org
https://codelite.org
Jamie
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 205
Joined: Wed Mar 30, 2005 10:56 pm

Post by Jamie »

eranif wrote:One problem with 2.6.3 - there is a dependency problem when building 'Debug DLL' (VC7.1, win xp) - the order on which the dll are created is incorrect.
Use wx_dll.dsw to build the dll versions. I rearranged the order of the projects in the wx.dsw file here:

http://cvs.wxwidgets.org/viewcvs.cgi/*c ... w?rev=1.11

but bakefile reorders them again.
cyrixware
Earned some good credits
Earned some good credits
Posts: 103
Joined: Mon Apr 17, 2006 1:24 pm
Location: Philippines
Contact:

Post by cyrixware »

Cool! :D



---------------------------------------------
winXP SP2, wxWindows-2.4.2, Dev-Cpp
Post Reply