Error 193 is not actually a compiler error. It's a windows system error that means the you tried to load a bad executable image (not a EXE, COM, NE or PE). It sounds like one of your compiler's binaries got corrupted some how. Try reinstalling the binaries for MSVC.
Error 193 is not actually a compiler error. It's a windows system error that means the you tried to load a bad executable image (not a EXE, COM, NE or PE). It sounds like one of your compiler's binaries got corrupted some how. Try reinstalling the binaries for MSVC.
from his description, it sounds like the generated binary that's corrupted, not the compiler that's erratic. Maybe, he is using inline assembly instructions in the wrong way :?: