prasad
prasad

Reputation: 229

Do I need to install wxWidget library separately when I download the wxFormbuilder?

I have recently started GUI development using wxwidget using C++ and MinGW.

Do I need to install wxWidget library separately when I download the wxFormbuilder?

Upvotes: 0

Views: 164

Answers (1)

StraightCirle
StraightCirle

Reputation: 182

Yes, you need wxwidgets installed to work with formbuilder. I suggest you to install codeblocks with mingw which you can find http://www.codeblocks.org/downloads/26 and follow this link https://wiki.wxwidgets.org/CodeBlocks_Setup_Guide to compling wxwidgets. When you are installing formbuilder for the first I guess it will ask for the location of wxwidgets installed directory so you need to have this or else you can setup this later.

Let me know if you have queries

Upvotes: 0

Related Questions