Author Topic: Got error when open project and compile  (Read 5257 times)

Offline nananya

  • Single posting newcomer
  • *
  • Posts: 3
Got error when open project and compile
« on: December 02, 2009, 07:12:01 am »
I have used code::Block for 1 year,but havent meet this problem before.
I am using window XP service pack 3.
From a week ago when i open the project file(.cbp) it always pop out a window which title is "Window-No Disk" and message was "Exception processing message c0000013 parameters 75b6bf7c 75b6bf7c 75b6bf7c"
and after i click several time on cancel it dissapear.
And when i compile it appear again.
Did anyone know how to solve this problem?

Online stahta01

  • Lives here!
  • ****
  • Posts: 7600
    • My Best Post
Re: Got error when open project and compile
« Reply #1 on: December 02, 2009, 04:36:22 pm »
This sounds like the MinGW GCC bug; I suggest upgrading to the Newest 3.4.5 release from the MinGW Website; Or, going with the newest TDM 4.x release from his site.

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

Offline nananya

  • Single posting newcomer
  • *
  • Posts: 3
Re: Got error when open project and compile
« Reply #2 on: December 03, 2009, 07:21:44 am »
Hmm...i have try upgrade MinGW and TDM 4.4.1 but it is till same problem.
Anyway,thanks for your reply.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Got error when open project and compile
« Reply #3 on: December 03, 2009, 07:31:51 am »
Are yu sure C::B uses the new gcc ?
If it's 8.02 (C::B of course) it uses the compiler that comes first in system searchpatch, that can lead to problems with multiple compilers.

In this case, you either have to correct the searchpath or use a nighly build.
« Last Edit: December 03, 2009, 07:59:35 am by jens »

Offline nananya

  • Single posting newcomer
  • *
  • Posts: 3
Re: Got error when open project and compile
« Reply #4 on: December 04, 2009, 06:59:26 am »
The problem suddenly solved.
I think may be i didnt restart computer after updating the MinGW?
Because i do nothing but just shut down computer and today once i open it is normal already.
Thank you for your reply.