Error compling programs

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
Marius Els
In need of some credit
In need of some credit
Posts: 1
Joined: Sat Mar 08, 2014 7:31 am

Error compling programs

Post by Marius Els »

Hi,

I downloaded wxdev c++ and the examples when trying to compile I get the error compilation failed with 0 errors and 0 warnings but with a message
Interrupt/Exception caught (code = 0xc0000005, addr = 0x0x755043f9) I'm running windows 7 64 bit also tried on a windows xp 32bit.

Please assist.
User avatar
eranon
Can't get richer than this
Can't get richer than this
Posts: 867
Joined: Sun May 13, 2012 11:42 pm
Location: France
Contact:

Re: Error compling programs

Post by eranon »

Well, surely solved since 8th of March, but we never know... This message sounds like a Windows one. According to Microsoft, the error 0xc0000005 can arrive when a thread try to close an handle toward an object which doesn't exist anymore. So, maybe your compiler installation is corrupted. Do you succeed to build another thing ?
[Ind. dev. - wxWidgets 3.0/3.1 under "Win 7 64-bit, TDM64-GCC" + "OS X 10.9, LLVM Clang"]
Post Reply