parsersax.tcc includes "strings.h" which vc2005 doesn't have, only mingw has this file. Comment this line could at last end up a lib. Link htmlcxxapp with this lib did produced a running program.
Added conditional include for the header. The code already had the conditionals to use stricmp in windows. Thanks for the report.
Log in to post a comment.
Added conditional include for the header. The code already had the conditionals to use stricmp in windows. Thanks for the report.