Interrupt/Exception

does anyone know what this means?
i had been working on a program with allegro 5 and stopped working on it for about 2 months. i wanted to get back on it and it does not compile. ive changed nothing in the program no idea whats wrong. anyone know what to do?

also, i use dev-c++. yes i know its out dated. but i like it. and has yet to give me any problems. but this may change that.

Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4ff283)
Hey- the best way to catch exception code (if you can't immediately see the problem) is to either create an exception breakpoint in your compiler (search around you'll find something) or to step through the code yourself using your debugger.

Now the error code and address aren't going to do us an awful lot of good, but an idea of what's happening when the issue occurs might. So if you try stepping through your code and can't figure it out feel free to post a new question!
Topic archived. No new replies allowed.