wxWidgets 2.5.4 available

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
ConnorMacLeod
Knows some wx things
Knows some wx things
Posts: 39
Joined: Thu Nov 25, 2004 10:10 am
Location: Germany

wxWidgets 2.5.4 available

Post by ConnorMacLeod »

Nobody posted it yet. So here is the link to the downloadpage:

http://www.wxwidgets.org/downld2.htm

Cheers
Connor
[wxMSW 2.6.1/VC7.1 .NET 2003/WinXP]
User avatar
Ryan Norton
wxWorld Domination!
wxWorld Domination!
Posts: 1319
Joined: Mon Aug 30, 2004 6:01 pm

Post by Ryan Norton »

Yeah, devs (including me) are a little slow lately - PRS (Post-Release-Syndrome) probably :).


2.5.4 is a pretty good release and pretty rock-stable for a development release.

You'll need the following patch if you want to use wxMediaCtrl (one of the neat new classes) on *nix though -

Code: Select all

Index: setup.h.in
===================================================================
RCS file: /pack/cvsroots/wxwidgets/wxWidgets/setup.h.in,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -b -r1.172 -r1.173
--- setup.h.in	2005/02/20 19:13:22	1.172
+++ setup.h.in	2005/02/26 10:19:51	1.173
@@ -276,6 +276,8 @@

 #define wxUSE_DIRECTSHOW    0

+#define wxUSE_GSTREAMER    0
+
 #define wxUSE_XRC       0

 #if wxUSE_XRC

[Mostly retired moderator, still check in to clean up some stuff]
Post Reply