I have been working on a very large program, compiling, testing, adding new code, compiling testing - repeat. The program has generally been working fine, but then I added some new code and now when I run the executable, I get a dialog box with "xxx.exe is not a valid Win32 application.", I can only assume this is a bug in the compiler. Has anyone had a problem like this before? Any idea how to work around it or find out what caused it?
EDIT: The program works fine when compiled as "Debug".
EDIT: *SOLVED:* shut down the compiler, started it again, rebuilt the exe, now it all works. I have no idea why... just one of those things...