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

wxwidgets folder

(1/2) > >>

Kamesh:
Hello all,
I have installed Dev-C++ and I am able to write sample applications. I would like to use CB for form design etc. I installed CB but do not want to install MingW and widgets as they are any way installed by Dev-C++. I would like CB to use installed MingW and widgets. To do this I tried to include a path for widgets (C:\Dev-CPP\lib) but I get an error that CB is unable to detect widgets. Can some one help me with this please? Thank you.

Kamesh

Kamesh:
Hello all,
I am surprised at nil suggestions  :( . I am sure there are many Gurus in CB who can help me.

stahta01:
Please read
http://wiki.codeblocks.org/index.php?title=Recommended_global_variables


--- Quote ---wx     Base directory of wxWidgets

--- End quote ---

Edited: added more info.

Example my Base directory of wxWidgets is "H:\SourceCode\Projects\wxWidgets\wxWidgets-2.8.x"

The Base directory of wxWidgets should contain sub-folders of "include", "src", and "lib".

Tim S.

Kamesh:
Hello Tim,
Thanks for your post. Just to test I installed wxwidgets directly under C drive and reinstalled code blocks. Even now/here CB throws an error (warnig) stating that there are no folders for debug and release. This is in spite of properly installed widgets. Any suggestions please? Thank you.


Kamesh

stahta01:
Did you compile wxWidgets; if not, then you need to compile wxWidgets. Or use wxPack a pre-compiled version of wxWidgets. Note, the compiler/version they used must match yours in most cases.

Note, if you are already a programmer then compile wxWidgets yourself. The newbies try wxPack; but you need to know more than most newbies know to use wxPack.

If you have no idea of your compiler name and version; you first must learn that. Before making a choice.


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

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version