wxWidgets

by Wxwindows for Windows XP

Download Now

Downloaded: 2K

Compile and execute applications in C++ for multiple systems

Fixed crash when loading message catalogs in Unicode build.Spurious error message from wxLaunchDefaultBrowser fixed.Compilation fixes for (more strict) g++ 4.1Speed improvements to wxRegEx when matching is done in a loop such as during a search and replace.Fix regerror and regfree name conficts when built-in regex and system regex are both used in the same program.wxCondition::WaitTimeout() now returns correct value when timeout occurs.Bug in wxLogStream::DoLogString in Unicode builds fixed.Fixed Unicode builds using SunPro compiler by defining__WCHAR_TYPE__.wxFileName now also looks for TMPDIR on Unix.Fixed occasional wxThread cleanup crash.Fixed build error in list.h with VC++ 2005.wxImage::Copy() forgot the alpha channel.Fixed wxSocketBase::InterruptWait on wxBase.

Changes

  • Fixed crash when loading message catalogs in Unicode build.Spurious error message from wxLaunchDefaultBrowser fixed.Compilation fixes for (more strict) g++ 4.1Speed improvements to wxRegEx when matching is done in a loop such as during a search and replace.Fix regerror and regfree name conficts when built-in regex and system regex are both used in the same program.wxCondition::WaitTimeout() now returns correct value when timeout occurs.Bug in wxLogStream::DoLogString in Unicode builds fixed.Fixed Unicode builds using SunPro compiler by defining__WCHAR_TYPE__.wxFileName now also looks for TMPDIR on Unix.Fixed occasional wxThread cleanup crash.Fixed build error in list.h with VC++ 2005.wxImage::Copy() forgot the alpha channel.Fixed wxSocketBase::InterruptWait on wxBase.

wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms. Link with the appropriate library for your platform (Windows/Unix/Mac, others coming shortly) and compiler (almost any popular C++ compiler), and your application will adopt the look and feel appropriate to that platform.

On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much much more.