Hi. So I've been following the code blocks tutorial and I've followed each step precisely, (insofar as I can tell) including installing the minGW version. The code (as is in the tutorial) seems to build fine (0 errors, 0 warnings) but it doesn't run. At least that's what I thought until I found the actual executable in the \bin\ folder and double-clicked it. I notice that the console does appear for about a millisecond.
If it helps I'm running Windows 7 64bit. As for compilers & settings I'm using whatever defaults were in place when I installed.
Any help will be much appreciated.



2Likes
LinkBack URL
About LinkBacks



After my most recent post I decided to have a look at Code::Blocks' "Settings>Compiler and debugger..." to see if anything leaped out at me. The first thing I noticed was that GNU GCC was not the default compiler, so I went ahead and changed that before hitting the "reset defaults" button. I'm fairly sceptical that either of these things made a difference but hey! If it's working, I'm done complaining.