I've started to fix the errors I get when compiling HTTrack
in VS.NET. Now almost everything compiles but I get one
error where I really don't know what to do:
In the HTTrack-Source is the following part (InfoUrl.cpp):
lien_back* backitem=&back[id];
if (lien_back) {
...
}
For this part I get the error:
c:\WinHTTrack\src_win\WinHTTrack\InfoUrl.cpp(197): error
C2065: 'backitem' : nichtdeklarierter Bezeichner
It seems that lien_back isn't declared. Where can I find the
declaration of this type?
Thanks
Manuel |