by randi » Thu Jun 16, 2011 10:13 pm
If you install Visual C++, you'll get the debugger with it. I'm afraid those errors aren't useful without breaking into a debugger at that point, since they're in generic functions that are called by every ctype function, including a locale-aware version. (I didn't think I used any locale-aware ctype functions?)
Anyway, I realized I was actually changing three separate things rather than just one with that binary, so here's a different one. It also prints some numbers if you would be so kind as to report what they are.
- Attachments
-
zdoom.7z
- (1.11 MiB) Downloaded 39 times
If you install Visual C++, you'll get the debugger with it. I'm afraid those errors aren't useful without breaking into a debugger at that point, since they're in generic functions that are called by every ctype function, including a locale-aware version. (I didn't think I used any locale-aware ctype functions?)
Anyway, I realized I was actually changing three separate things rather than just one with that binary, so here's a different one. It also prints some numbers if you would be so kind as to report what they are.