No. I have been using MSVC5!! for quite a few years now. Why? Because I'm terrified of compilers. I knew that when I changed I wanted to move to an open source compiler, like GCC, but I also knew that would lead to tears. Some people are afriad of spiders, I'm afraid of compilers. I think it's the sense of utter despondence, when it comes up with the 10th totally unhelpful error message. Usually can't find a goddamn file (which is *just there*). If only it could tell me where it tried to look, then I might have some idea of the source of the problem.
What would be really lovely, and save my hair, is an installer, which downloads an IDE, a compiler of your choice, and all the wxWidgets / OpenGL stuff you need, puts *everything* (not just some of the files) into the right directories, sets up the compiler, with the right directories, and compiles wxWidgets. And then, when you start a new project with the wxWidgets template, it just compiles, no errors, when you press F9.
That would be amazing. But it's just a dream.
It's been 2 weeks now, since I downloaded codeblocks. I have finally managed to compile the Hello World program, thanks to the kind advice of people on these forums. But now I need to transfer my wxWidgets project over, and that's seriously giving me the fear. First I need to compile wxWidgets, and 'make' just isn't working. And even when (one day) it does work, I have no idea how to get all that compiled code linked into my project. (I can barely remember how I did it in MSVC5, but it was relatively easy, because wx comes with .DSW files).
Part of the problem stems from the fact that there are just so many download options available for something like MinGW. There must be 50 files you can get from their downloads page. Many look similar, and the explanation text doesn't seem to make things clearer. It took me ages to realise I had d-loaded the wrong thing.
Guest: thanks for the links. Does Relo work out of the box, or am I going to just have a nightmare with that too?
Anybody: Are there any instructions for codeblocks? Some tutorials or an installer as described above? I would write one myself, but I just have no idea how. If I could, I wouldn't be in this mess.
many thanks for reading this far
Hugo Elias