News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Is it humanly possible to install wxWidgets 3.0.2 for code::blocks???

Started by stephanisk, April 05, 2017, 10:57:40 PM

Previous topic - Next topic

stephanisk

Thanks,

I been researching a little and i got it to work so far!!!!!

Thanks all for your more than elaborated help, i would never ever have found the issues without you guys, you are all super!!!

I have been experimenting a little though with wxSmith and wxFormBuilder ( cant get that to work, but anyway )  But i have also spent a few hours with Qt and it seems that qt is much easier to work with than the wxSmith. It is like more intuitive. On the other hand i have been reading that wxwidgets is very good aswell. Could anyone tell me why choose one over the other?

Thanks again for all the help!!! you are awesome!!

BlueHazzard

QuoteI been researching a little and i got it to work so far!!!!!
can you tell us (and others) what do you did, so if other have the same problem they know what to do...

QuoteI have been experimenting a little though with wxSmith and wxFormBuilder ( cant get that to work, but anyway )  But i have also spent a few hours with Qt and it seems that qt is much easier to work with than the wxSmith. It is like more intuitive. On the other hand i have been reading that wxwidgets is very good aswell. Could anyone tell me why choose one over the other?
wx uses the native window implementation on every system, qt does not (as far as i know) but this is of topic for this forum...

gtafan

Quote from: BlueHazzard on April 06, 2017, 12:36:35 AM
There are binary downloads out there, but they won't match your compiler and you need that the library is compiled with the same compiler as your program...
Sorry, but where this binary downloads can be find? Geting rid of that anoing comandline would be really nice. Unfortunatelly have not seen binary downloads on that oficial wxWidget site. May be I am just to stupied, so apologies than.

Jenna

Quote from: gtafan on April 07, 2017, 01:49:37 PM
Quote from: BlueHazzard on April 06, 2017, 12:36:35 AM
There are binary downloads out there, but they won't match your compiler and you need that the library is compiled with the same compiler as your program...
Sorry, but where this binary downloads can be find? Geting rid of that anoing comandline would be really nice. Unfortunatelly have not seen binary downloads on that oficial wxWidget site. May be I am just to stupied, so apologies than.
Go to : http://wxwidgets.org/downloads/ and search for the keyword binaries.

stahta01

Quote from: jens on April 07, 2017, 03:24:29 PM
Quote from: gtafan on April 07, 2017, 01:49:37 PM
Quote from: BlueHazzard on April 06, 2017, 12:36:35 AM
There are binary downloads out there, but they won't match your compiler and you need that the library is compiled with the same compiler as your program...
Sorry, but where this binary downloads can be find? Geting rid of that anoing comandline would be really nice. Unfortunatelly have not seen binary downloads on that oficial wxWidget site. May be I am just to stupied, so apologies than.
Go to : http://wxwidgets.org/downloads/ and search for the keyword binaries.

Has the CB Wizard been fixed to use the wxTeam built Binaries?

Edit: If not, link to my old work around directions http://wiki.codeblocks.org/index.php/Using_wxWidgets_%28MSW%29_3.0_Binary_with_Code::Blocks_Scripted_Wizard

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]