News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Got error when open project and compile

Started by nananya, December 02, 2009, 07:12:01 AM

Previous topic - Next topic

nananya

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?

stahta01

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++.
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]

nananya

Hmm...i have try upgrade MinGW and TDM 4.4.1 but it is till same problem.
Anyway,thanks for your reply.

Jenna

#3
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.

nananya

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.