| Since I saw some Visual Studio files (possibly for the ancient Visual Studio 6,
which I do not have installed) I tried to build it with the much newer VS
2015, and after downloading OpenSSL and fixing up the the include directories,
aside from a few deprecated function warnings I got these:
Severity Code Description Project File Line Suppression State
Error LNK1181 cannot open input file 'libhttrack.lib' httrack
C:\Dev\HTTrack\LINK 1
Severity Code Description Project File Line Suppression State
Warning MSB8012 TargetPath(C:\temp\httrackcmd\Debug\httrack.exe) does not
match the Linker's OutputFile property value (C:\temp\httrack\httrack.exe).
This may cause your project to build incorrectly. To correct this, please make
sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the
value specified in %(Link.OutputFile). httrack C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets 1189
Any idea on how to fix these, especially the missing .lib? Do I need a much
older Visual Studio? I did have VC++ 6.0, but I haven't seen the CDs in the
last few years.
| |