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.
Folks, I am trying to track why my application stops responding to events. Some Background: The App in question My_C_Application is a (C application with both C and C++ code) it also referenced a .Net dll which exposes functionality as COM objects, these are register using regasm and the associated [...] read more
I've got an app that implements iAds in the way recommended in the "iAd Suite" that Apple provides, but I'm getting some strange behavior when I run the app on my iPhone with iOS 4.3.3 Specifically, although I implement the delegate and implement the following methods #pragma mark ADBannerViewDelegate methods [...] read more