Code::Blocks Forums

User forums => Help => Topic started by: hcetiner on April 10, 2009, 10:40:13 pm

Title: wxWidgets in Codeblocks
Post by: hcetiner on April 10, 2009, 10:40:13 pm
I am a newbie.
(simply a new starter.because still I couldnt run an empty wxwidget project)

I installed
wxMSW-2.8.10-Setup
and
codeblocks-8.02mingw-setup.exe

I just wantto see a working empty running application without error.

but getting always error messages

C:\wxWidgets-2.8.10\include\wx\platform.h|196|wx/setup.h: No such file or directory


referring me to wiki  or other places I think wont help me.


I really need an answer as for dummies howto install both sep by step.
which is first which is second.
exactly which menus I have to setup ?

please dont refer me to
http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.8.6_to_develop_Code::Blocks_%28MSW%29

>nmake is really helps ?
whatif thee is no directory named vc_dll ? after recompile.simply I am seeing vc_lib diectoy no vc_dll directory.

any help appricated.
thanks before any help.

regards
Title: Re: wxWidgets in Codeblocks
Post by: Jenna on April 10, 2009, 10:47:01 pm
You have to build wxWidgets.
The installer only install the sources.

My first self-compiled wxWidgets worked out of the box ( I used the nightly cookbook: http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook#wxWidgets (http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook#wxWidgets) ),
another good article: http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef (http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef) .
Title: Re: wxWidgets in Codeblocks
Post by: hcetiner on April 10, 2009, 11:50:04 pm
wonderful.
I loved codeblocks!.