Test compile something simple to make sure you've got it working.If you aren't using the GCC you'll also want to make sure you've got the proper global variables set up.
For TC++Explorer you'll want to make sure you've got something like: C++ Compiler: bcc32.exe Mine uses all the default stuff for GCC: C Compiler: mingw32-gcc.exeĪgain, if you are using something different, make sure you've got the correct executables. I keep my MinGW in C:\Program Files\MinGW, but most users will have it in the default installation path: C:\MinGW If you are using another compiler, for example, CodeGear Turbo C++ Explorer, make sure you've got its installation directory listed C:\Program Files\Borland\BDS\4.0 Have you been able to compile other projects? Are you using a compiler other than MinGW? It also sounds like there is something misconfigured with your Code::Blocks IDE. Empty files will never do anything except exist.