News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

My code blocks isn't compiling anymore

Started by Trojan001, December 07, 2012, 03:35:32 PM

Previous topic - Next topic

Trojan001

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

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Trojan001

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

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

#4
Quote from: stahta01 on December 10, 2012, 06:00:27 PM
Try again to post the info needed to help you

Quote from: 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
And please just copy and paste the build log and put it into code-tags, it's much more readable than an image.

Trojan001

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?

stahta01

Quote from: 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?

Most likely yes.

Is it likely you will figure it out, no.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]