User forums > Help
CodeBlocks +WxWidgets
eryczzek:
Hello ! i have problem.
I installed codeblocks-13.12mingw-setup.exe from http://www.codeblocks.org/downloads/binaries
Next time I set environment variables (systemo) > path and add "C:\Program Files (x86)\CodeBlocks\MinGW\bin"
I download wxwidgets from www.wxwidgets.org wxWidgets 3.0.2 (.zip) and unpacked C:\wxWidgets-3.0.2
Next time I ran cmd and i was writing
--- Code: ---cd C:\wxWidgets-3.0.2\build\msw
--- End code ---
nextime
mingw32-make.exe -f makefile.gcc clean
next time
--- Code: ---mingw32-make.exe -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICOD
--- End code ---
E=0
next time
--- Code: ---mingw32-make.exe -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0
--- End code ---
After this, I wanted create new project
HELP ME PLEASE. WHAT I CAN DO?!
eryczzek:
People from other forum help me. I recompiled with UNICODE = 1 and this solve my problem
Rune:
Can't get Wxwidgets to work
It would be nice to just install these programs without having to study endless number of technical details.
Tried to follow the instructions :
http://wiki.codeblocks.org/index.php?title=Global_compiler_variables
The unexperienced user would appreciate knowing where to set the global variable. In the wiki we should have the proase:Global compiler variables in Code::Blocks are …found under SETTINGS-Global Variables..
same for
http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_3.0.0_to_develop_Code%3a%3aBlocks_%28MSW%29#Installing_MinGW
coming to the line: Open the Code::Blocks project (CodeBlocks_wx30.cbp).
The problems start: Where is this cbp project found found??
What does the rest mean.
Would it be possible to have a step by step guide for installing on windows. No fuss. No compiling, No long details to read, just to get it working.??
Unfortunately I ran out of time for installing wxwidgets with codeblocks so I gave up.
oBFusCATed:
Why do you think you need to open the Codeblocks-wx30.cbp?
Rune:
Wiki says: Setting up paths
Before finally compiling Code::Blocks itself, you need to setup the paths:
Open the Code::Blocks project (CodeBlocks_wx30.cbp).
http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_3.0.0_to_develop_Code%3a%3aBlocks_%28MSW%29#Installing_MinGW
And I do not understand Why/How you need to compile codeblocks.
I first tried the installer that gave the same problems as written above with No debug/no Release
As I'm only occasionally programming I would like just to get the IDE working and I do not understand all the technical details about compilers and stuff.
Navigation
[0] Message Index
[#] Next page
Go to full version