| > I'm trying to compile the libtest example included with
the
> release, using VC++ 6.0. I'm getting a linker error
> LINK : fatal error LNK1104: cannot open file
> "libhttrack.lib"
You have to build the libhttrack.dsw project to get the
library and the DLL - I will try to include it in the
regular distribution - but you can probably make a .lib
from a .dll using one of the Visual C++ tool
| |