User forums > General (but related to Code::Blocks)

How to import wxwidget into C::B on winXP

(1/2) > >>

ossLover:
Hello,

I can't find any documentation about how to import/include wxWidget library and other GUI tools to Code::Blocks.

A week ago I started with wxDev-C++, but accoording to guy on irc, Dev-C++ has stopped developing and it has some issues. It did crash sometimes with no reason (but hey, it's free and opensource). But building GUI was quite good and it has also wxSocket class for network programming.

Since I tried Code::Blocks I could compile simple C/C++ console applications (just for testing). But when I want a nice socket class or want to write a GUI app I really don't know where to look. wxWidget seems to be a very good alternative of MSVS, unfortunately I don't know how to import into Code::Blocks IDE.

So please help me out, I'll promise I'll write nice opensource tools and apps for everybody  :D

stahta01:
Did you read this?
http://wiki.codeblocks.org/index.php?title=Using_wxWidgets
http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef

Tim S

ossLover:
Hello Stahta,

Thank you for your post.
I installed wxPack and left it to configure everything. So I tried to create a new wxWidgets Dialog based project, but I thought I have to use wxFrameBuilder. But now I found out I need to use wxSmith.

Since wxSmith is not bad, I've used wxDev-C++ which is IMHO better for building GUI. So I thought FrameBuilder must be the solution, I couldn't find anything about wxFrameBuilder. Google gives me just one hit.

Anyway, since Code::Blocks seems to be THE opensource IDE with everything in it, I can work with wxSmith for now.

ossLover:
Hello guys,

I got Code::Blocks working, I imported wxWidgets into C::B. I created a new wxWidget project, added a button to a dialog. But the problem now is I can't see the members of wxButton class with intellisense. So when I type BtnStart-> I can't see the members I normally see by intellisense. (BtnStart is pointer-object I got with new wxButton).

It will be frustrating times this coming weeks.

Does anyone know this?
Thnx.

stahta01:
Try site http://wxformbuilder.org/
I don't use either wxSmith or wxformbuilder much.

Tim S

Navigation

[0] Message Index

[#] Next page

Go to full version