It's not possible to compile with MSVC6 (yes, unfortunately some
people still have to use it...), because the function
_CrtSetReportHook2() doesn't exist. Maybe the calls should be put in
a "#if _MSC_VER > 1200" (not sure when it was introduced) block so
you don't have to modify the code to compile.
MinGW doesn't contain the function either, so those people using it
will also have this issue.
_______________________________________________
xmail mailing list
[email protected]
http://xmailserver.org/mailman/listinfo/xmail