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 trying to create a simple image editor ( like paint) on a 256-color VGA using C. Right now I´m working on drawing circles on the screen. The problem I´m getting is that when the circle is bigger than the screen the part that should not be drawn is appearing [...] read more
I've been struggling getting the output formatted the way I want but I'm just not using xsl often enough. This need to generate a table, it only extracts the information if there is a value in the node named 'Active' but when there is no data or value named 'Counted [...] read more