Author Topic: problem runtime C::B winxp  (Read 4226 times)

dlaurent

  • Guest
problem runtime C::B winxp
« on: June 22, 2007, 09:31:13 pm »
C::B was working (on Windows XP) last week and today when i wanted to compile some tiiny modifications of the same projet problem. I try then to compile the simplest console project and here you are the build log.

/***
mingw32-gcc.exe       -I"C:\Program Files\CodeBlocks\include" -c main.c -o .objs\main.o
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
****/

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: problem runtime C::B winxp
« Reply #1 on: June 22, 2007, 11:08:12 pm »
What C::B version?

dlaurent

  • Guest
Re: problem runtime C::B winxp [solved]
« Reply #2 on: June 23, 2007, 12:34:11 pm »
it's version 1.02RC. I've installed nightly build and the same problem.

I solved it. It was an incompatibility with g95. I had to reinstall MinGW.

Problem solved.