Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: shashank88 on August 27, 2013, 05:20:56 pm

Title: get "the application was unable to start correctly 0xc000007b" after a few days
Post by: shashank88 on August 27, 2013, 05:20:56 pm
My windows got formatted and i reinstalled codeblocks with the default installer on my 64 bit windows machine , but getting this error . Am a newbie to codeblocks any help is appreciated .
Codeblocks ran fine for 2-3 days but now throws this error consistently
Title: Re: get "the application was unable to start correctly 0xc000007b" after a few days
Post by: stahta01 on August 27, 2013, 07:53:13 pm
NOT likely to be a CB caused problem.

From http://msdn.microsoft.com/en-us/library/cc704588.aspx (http://msdn.microsoft.com/en-us/library/cc704588.aspx)

0xC000007B means STATUS_INVALID_IMAGE_FORMAT

The best fix I found was this; not sure it is a valid fix for the MinGW GCC.

http://www.tomshardware.com/forum/43092-63-application-unable-start-correctly-0xc000007b (http://www.tomshardware.com/forum/43092-63-application-unable-start-correctly-0xc000007b)

I would find all copies of msvcr100.dll and verify they are correct bitness 32-bit or 64-bit is required based on the folder they are in.

Tim S.