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 running bash scripts on windows using a msys and mingw environment. I have seem to have an issue where using a command like 'cut' or sed' causes an overhead for each call. I'm not sure if this is an effect of windows running .exe's or what. anyways here [...] read more
Im currently creating an app for honeycomb, but i'm getting significant problems i'm suspecting is with memory used by the openGL renderer. Situation is i've got a scrollview that holds multiple container views (can be somewhat much, like 20); those container views each consist of like 6 custom views that [...] read more