Author Topic: My code blocks isn't compiling anymore  (Read 8425 times)

Offline Trojan001

  • Single posting newcomer
  • *
  • Posts: 3
My code blocks isn't compiling anymore
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(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!]

Offline Trojan001

  • Single posting newcomer
  • *
  • Posts: 3
Re: My code blocks isn't compiling anymore
« Reply #2 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: My code blocks isn't compiling anymore
« Reply #4 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.
« Last Edit: December 10, 2012, 06:41:27 pm by jens »

Offline Trojan001

  • Single posting newcomer
  • *
  • Posts: 3
Re: My code blocks isn't compiling anymore
« Reply #5 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: My code blocks isn't compiling anymore
« Reply #6 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org