Author Topic: wxWidgets in Codeblocks  (Read 2810 times)

Offline hcetiner

  • Multiple posting newcomer
  • *
  • Posts: 13
wxWidgets in Codeblocks
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: wxWidgets in Codeblocks
« Reply #1 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 ),
another good article: http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef .

Offline hcetiner

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: wxWidgets in Codeblocks
« Reply #2 on: April 10, 2009, 11:50:04 pm »
wonderful.
I loved codeblocks!.