Code::Blocks Forums

User forums => Help => Topic started by: nananya on December 02, 2009, 07:12:01 am

Title: Got error when open project and compile
Post by: nananya 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?
Title: Re: Got error when open project and compile
Post by: stahta01 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.
Title: Re: Got error when open project and compile
Post by: nananya 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.
Title: Re: Got error when open project and compile
Post by: Jenna 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.
Title: Re: Got error when open project and compile
Post by: nananya 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.