0
votes
2answers
26 views
Debugging with Code Blocks and a custom make (Boost.Build)
I've been using Code::Blocks with MinGW on a WinXP box for a while now. But since I started using Boost.Build as "custom build tool" I'm having trouble setting break points from Co …
0
votes
1answer
20 views
Is there a way to rebuild Code::Blocks code completion database?
I would like some data structures to be studied by Code::Blocks and made available via its code completion feature.
Something similar could be done in SlickEdit.
How to do that …
0
votes
2answers
42 views
Tutorials for creating an ActiveX Control in Code::Blocks
Hi there. I need to write an ActiveX control and have never written one before.
I'd appreciate being pointed to some useful tutorials.
I'm also wanting to implement it under C …
0
votes
3answers
58 views
Resolving “’hi’ is not recognized as internal or external command…” error using C++ with codeblocks on Windows Vista?
I am learning C++ in school now. Currently using C++ with codeblocks on my windows vista laptop. I noticed whenever I try to use functions from imported classes from the Clibrary I …
0
votes
1answer
153 views
Trouble with codeblocks installation on Ubuntu 9.10
I installed Code::Blocks on Ubuntu 9.10, but when I start it from terminal, it shows the following error:
relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2 …
0
votes
1answer
45 views
Codeblocks on fedora 9 : Cannot build the C project
I have a simple C console application named Test. But when I build, it says
Test - Debug uses a invalid compiler
Nothing to do
What is the error?
The test.cbp(project fil …
1
vote
1answer
144 views
problem debugging with Code::Blocks on Ubuntu using gdb
Hi!
I just started programming C++, first in ms Visual c++, then in Code::Blocks.
The problem is that on my computer, running Ubuntu, Code::Blocks "out of the box" does not debug …
1
vote
6answers
156 views
I’m starting my C++ learning, using CodeBlocks and windows, what compiler should I use?
I'm under the impression certain compilers only work for making windows applications.
0
votes
3answers
588 views
Code::Blocks invalid compiler problem
i have installed successfully codeblock on my pc but when i try to run "hello world" or even another code, i get this messege of bluild log "name-Debug uses an invalid compiler. Sk …
1
vote
1answer
123 views
mingw32-make : “Input line too long” issue
We have a Makefile which runs on a Windows 2003 machine and we are using mingw32-make for it. Since the Makefile has many include paths, it exceeds the buffer size of 8K that the c …
0
votes
2answers
171 views
Provide program arguments when debugging with Code::Blocks
I cant seem to work out how to add program arguments to the launch command for the codeblocks debugger. Any one know how to do this?
0
votes
1answer
204 views
Makefile and .Mak File + CodeBlocks and VStudio
Hey guys, I am a little new to the whole makefile concept so I have some questions regarding it.
I am creating a project using CodeBlocks in linux, I used a tool called cbp2mak to …
1
vote
1answer
136 views
How do I successfully use VIM as an external editor for Code::Blocks?
Hi,
I really like Code::Blocks for its build system and step through debugging abilities - ie I really enjoy using wrappers to gcc/gdb more than using them from Makefiles or the c …
1
vote
3answers
60 views
Embeded code blocks in masterpage and page
Well I'm some what baffled!
'Simple problem'
I have parts of my master page that I want to render differently depending on whether or not a ContentPlaceHolder is empty.
So:
I h …
2
votes
2answers
122 views
Using WTL with Codeblocks
I want to try WTL, but problem is i can't use Visual Studio for this. So i've codeblocks on my side. Is there any way i can use WTL with codeblocks ? I mean configuration/settings …
