Code::Blocks Forums

User forums => Help => Topic started by: Trojan001 on December 07, 2012, 03:35:32 pm

Title: My code blocks isn't compiling anymore
Post by: Trojan001 on December 07, 2012, 03:35:32 pm
My code blocks has suddenly stopped working, although it was working fine until yesterday.
It dosen't seem to compile any program when press the build+run button or even if I build then run.
Please help
Im using the 10.05mingw version
Title: Re: My code blocks isn't compiling anymore
Post by: oBFusCATed on December 07, 2012, 04:58:02 pm
You can't be helped other than RTFM:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
Title: Re: My code blocks isn't compiling anymore
Post by: Trojan001 on December 10, 2012, 04:41:08 pm
this is a simple program but it doesn't seem to work either:
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}
but this the problem i get
http://i200.photobucket.com/albums/aa256/Magnus135/Codeblockhelp.jpg
Title: Re: My code blocks isn't compiling anymore
Post by: stahta01 on December 10, 2012, 06:00:27 pm
Try again to post the info needed to help you

You can't be helped other than RTFM:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
Title: Re: My code blocks isn't compiling anymore
Post by: Jenna on December 10, 2012, 06:28:16 pm
Try again to post the info needed to help you

You can't be helped other than RTFM:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
And please just copy and paste the build log and put it into code-tags, it's much more readable than an image.
Title: Re: My code blocks isn't compiling anymore
Post by: Trojan001 on December 12, 2012, 09:34:36 pm
I seem to have found the solution to my problem.
Another software named WinPLC7,which i downloaded recently, seems be causing this problem, which i use for my other assignments.
Is there way that the two can work in harmony?
Title: Re: My code blocks isn't compiling anymore
Post by: stahta01 on December 12, 2012, 11:44:07 pm
I seem to have found the solution to my problem.
Another software named WinPLC7,which i downloaded recently, seems be causing this problem, which i use for my other assignments.
Is there way that the two can work in harmony?

Most likely yes.

Is it likely you will figure it out, no.

Tim S.