User forums > Using Code::Blocks

Learning wxWidget

<< < (2/2)

stahta01:

--- Quote from: BlueHazzard on October 20, 2013, 02:32:21 am ---C::B Version? C::B source? Have you installed wxWidgets (wxWidgets is not included in C::B!!)?

--- End quote ---

These need answered before we can help much.

Another wiki link to help with wxWidgets under Code::Blocks (CB).

http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef

Site to get generic wxWidgets help is http://forums.wxwidgets.org/

This site is good for CB and wxSmith help; but, for some wxWidgets stuff the wxForum is much better.

Tim S.

stahta01:

--- Quote from: Ploempie on October 20, 2013, 02:49:26 am ---I have C::B 12.11 which I downloaded from the Linux Mint Software Center.
I have not installed wxWidgets because I thought I came with C::B.
It is only for Python in the Linux Mint Software Center and I don't know anything about Python and don't want to.
So how can I get it and make it work for C::B 12.11 for just C++ Gui programs?



--- End quote ---

Install wxWidgets Dev packages is needed under most Linux Distros. I suggest doing the newest 2.8 version of wxWidgets and NOT doing the 2.9 test release.

From Google http://forums.linuxmint.com/viewtopic.php?f=47&t=76829
NOTE: Use at your own risk; I am NOT a linux person!!

--- Code: ---$ sudo apt-get install libwxgtk2.8-dev libwxbase2.8-dev

--- End code ---

Tim S.

Ploempie:
I did the commandline you gave Tim, and now I succeeded building and running my first program with wxSmith. :)
But I still get a message in the right downcorner in a yellow square:

List of failed plugins:

libFileManager.so
libTreeSearch.so
libwxsmithcontribitems.so
liblib_finder.so

Navigation

[0] Message Index

[*] Previous page

Go to full version