Closed GoogleCodeExporter closed 8 years ago
Original comment by richard...@gmail.com
on 19 Jan 2010 at 3:24
I have duplicated this bug under WinXP and committed a fix. Please test on Win
7 and
verify that the fix works for you as well. The problem is that the libpng
functions
were taking a FILE * from the caller (screenshot.cpp) and calling fwrite()
internally. Probably the libpng was compiled with a different/incompatible C
library. I modified the code to use callback functions instead and do the
fwrite()
from within screenshot.cpp itself, and this works for me.
Original comment by richard...@gmail.com
on 22 Jan 2010 at 5:22
Great! Thanks! I will test soon!
Original comment by dorian.f...@gmail.com
on 22 Jan 2010 at 8:04
Test and work well:
Original comment by dorian.f...@gmail.com
on 22 Jan 2010 at 2:34
Attachments:
Original issue reported on code.google.com by
dorian.f...@gmail.com
on 14 Jan 2010 at 4:45