Installed wxWidgets 3.0.2 correctly

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
stho2016
In need of some credit
In need of some credit
Posts: 1
Joined: Mon Mar 20, 2017 10:20 pm

Installed wxWidgets 3.0.2 correctly

Post by stho2016 »

Hi,

I'm a beginner with c++ and wxWidgets. I installed wxWidgets 3.0.2 with Codeblocks 16.01. on Windows 8.1 due this videoguide:
https://www.youtube.com/watch?v=vmobZRIlBMU

It works but I'm not sure if everything is ok, because I saw several other installationguides before, which have been different in some points.

Maybe someone could take a look at the video and give me a confirmation that is 100% perfect or some tips what could be made better ?

Many thanks.
Manolo
Can't get richer than this
Can't get richer than this
Posts: 827
Joined: Mon Apr 30, 2012 11:07 pm

Re: Installed wxWidgets 3.0.2 correctly

Post by Manolo »

The video is right. But it shows only a type of compilation and a type of "project" in Code:Blocks.
Read yourwxdir/docs/readme.txt and go down to "Installation" and read the advised install.txt to see more options on building wxWidgets. You will probably need a "debug" build.

C:B has its own features. Read its manual and ask in its forum.
Post Reply