User forums > Help
C::B, DM and wxwidgets setup
oplis:
Hello all
I would like to ask you for help.
I installed C::B 10.05. I set it up with Digital Mars and it works properly. Now I would like to use wxWidgets.
I downloaded wxWidgets 2.8.12.
According to the manual I comile it with Digital Mars compiler. Till now all was OK. I am able to compile minimal sample from cmd.
BUT....How can I implement it to Code::Block? I am playing with it two days without any success.
Also when I tried to use wxWizard from C::B there where two errors there and no result.
Please help me
oBFusCATed:
What errors exactly?
oplis:
The first one is that
"SquirellFunction<> call failed
AN ERROR HAS OCCURED"
and the second one is the same
One is coming during using of the wizard, the other one is directly after final screen of wizard
oBFusCATed:
Strange.
So, it seems you'll have to setup the project manually.
1. start with enabling the full log, described here: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
2. create a minimal console project or empty project
3. start adding stuff in project->build options->compiler/linker/search paths until the log looks correct or similar to the minimal sample you've compiled on the command line.
oplis:
OK, thank you
I have moved forward.
This adding stuff to the setting according to command line was helpful.
Now I can copy the code to C::B and compile it in the C::B.
I set the paths and link the libraries.
However...the wizard is not still working. There is still the same error there.
Navigation
[0] Message Index
[#] Next page
Go to full version