| I'm having problems compiling httrack-3.30-RC-4 on
VC++.NET 2003. The compiler keeps on giving me errors on
these files:
htscore.c
c:\Dev\htscore.c(700) : warning
C4013: 'hts_htmlcheck_loop' undefined; assuming extern
returning int
c:\Dev\htscore.c(2668) : error
C2065: '_hts_in_html_parsing' : undeclared identifier
htsback.c
c:\Dev\htsback.c(1308) : error C2065: 'oneMore' :
undeclared identifier
As far as I can see, it seems the compiler is having
trouble compiling anything with #if HTS_ANALYSTE ... #endif
| |