This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I would like to understand how the generated assembly and the runtime work together, and came across a question while stepping through some generated assembly code. Source Example Here are three lines of Objective-C, running in XCode 4.5: // Line 1: NSObject *obj1 = [[NSObject alloc] init]; // Line 2: [...] read more