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 am creating a program that requires me to build an NSMutable array and then add objects to that array as buttons are clicked. After the user has clicked all the buttons that they want (therefore adding all the objects that they need into the mutable array) I need to [...] read more