From: Cas Ebbers
>Yes, i'm using Visual C++ 2005 express. Do I have to
contact microsoft?
If it is crashing at a call to 'fwrite' then it is covered
by a
(Microsoft) knowledge base article which documents that you
must link
consistently against either multi-threaded or
single-threaded libraries.
Check the call stack at the crash point(s) - it should be
obvious if it
is crashing within a standard library function (specifically
a stdio
function.)
Since you now seem to be crashing in png_set_IHDR I think
the problem is
somewhere else - png_set_IHDR does pretty much nothing
except write to
the info structure. Indeed the only thing I can think of is
that the
library was built with debugging on and the attempt to write
a debug
message is crashing in libc.
John Bowler <jbowler acm.org>
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
png-mng-implement mailing list
png-mng-implement lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/png-m
ng-implement
|