Author Topic: wxWidgets 2.6.3  (Read 4875 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
wxWidgets 2.6.3
« on: February 27, 2007, 02:14:13 am »
Is there a precompiled version with the patches for development on mingw system floating around?  Or where are the patches needed to get the development version used here?  Then I will just have to figure out how to apply the patches before I compile.

jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: wxWidgets 2.6.3
« Reply #1 on: February 27, 2007, 02:22:25 am »
The precompiled version of wxWidgets 2.6.3p2 for windows used by code::blocks is linked to in each nightly build thread.

To get the source goto wxWidgets website and see their directions and also apply patch 2.

To get the source for the patches that the Code::Blocks team apply to wxWidgets DLL for windows just ask in this thread and I will look for it. It was mentioned in an nightly build but I have no idea which one.

Edit: See the wiki page I started never had time to finish
http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.6.3_to_develop_Code::Blocks_%28MSW%29

Tim S


« Last Edit: February 27, 2007, 02:25:05 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: wxWidgets 2.6.3
« Reply #2 on: February 27, 2007, 02:35:42 am »
The version of wxWidgets you get by downloading wxMSW-2.6.3-1.zip and running "mingw32-make -f makefile.gcc BUILD=release UNICODE=1 SHARED=1 MONOLITHIC=1" is perfectly usable with C::B -- it's what I use. The additional patches are small bugfixes for wxWidgets, in no way necessary to build and run C::B.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: wxWidgets 2.6.3
« Reply #3 on: February 28, 2007, 02:03:23 am »
Cool.  Thanks.  I thought about take a look under the hood in debug mode if I got the chance.  I just wanted make sure I was using the same official build that most of the developers were using.  Keep up the good work.
jmccay
« Last Edit: February 28, 2007, 02:05:19 am by jmccay »
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.