Author Topic: Get wxWidgets 3.0 to work on C::B, Win7  (Read 27418 times)

Offline thor36

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: Get wxWidgets 3.0 to work on C::B, Win7
« Reply #30 on: February 01, 2014, 01:12:03 pm »
I did not read all the posts in this thread, but ara you aware, that 3.0 has prebuild binaries for use with TDM gcc 4.7.1 and 4.8.1 on the wxWidgets download page ?
http://sourceforge.net/projects/wxwindows/files/3.0.0/binaries/

I was not aware of that. I was looking to download and instal wxPack. What is the difference, if I will install the version you provided ? And how do I use TDM gcc for compiling later ?

Since you have not read all the posts, I must tell you that up to now I have only wrote console applications without any use of 3rd party libraries, with default settings in C::B.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Get wxWidgets 3.0 to work on C::B, Win7
« Reply #31 on: February 01, 2014, 01:18:11 pm »
TDM gcc4.7.1 is shipped with C::B 13.12 (with MinGW).
4.8 can be downloaded from TDragons site:
http://tdm-gcc.tdragon.net/

Offline thor36

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: Get wxWidgets 3.0 to work on C::B, Win7
« Reply #32 on: February 01, 2014, 02:02:27 pm »
http://docs.wxwidgets.org/3.0.0/page_introduction.html#page_introduction_requirements

" The primarily supported compilers are Microsoft Visual C++ (versions 6 up to 2013 are supported, at least 2005 is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or MinGW-w64 distributions). "

Is there a need for TDM compiler, if MinGW is mentioned there ?