Hello!
I've done the simplest program you can do:
#include <stdio.h>
int main()
{
printf ("Mikael Bjurgate \n");
return 0;
}
, but you can not Build it. It must depend on maybe wrong settings in the compiler or something. I don't know exactly.
Best Regards
Mikael Bjurgate
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)