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'm attempting to pass the string in the itemSearch text field from my SearchViewController to my CriteriaViewController. I have everything setup according to this thread: Passing Data between View Controllers. The only difference is that rather than passing a BOOL, I'm passing a string. I think my error is how [...] read more