| Hi all,
basically I am getting httrack to compile on Visual C++ 6.0. One user steve
has posted an excellent summary on how to compile on VC++ 6. Yet I encounter
the same error posted by those in Shell.cpp who followed steves directions.
Can anyone provide the solution. Thanks a lot.
shell.cpp
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(930) : error C2065:
'__FUNCTION__' : undeclared identifier
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(930) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(930) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(935) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(935) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(951) : error C2660:
'httrackengine_loop' : function does not take 9 parameters
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(955) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(955) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1011) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1011) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1053) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1053) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1064) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1064) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1068) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1068) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1078) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1078) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1084) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1084) : error C2059:
syntax error : ')'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1667) : error C2143:
syntax error : missing ')' before 'string'
C:\Program Files\WinHTTrack\src_win\WinHTTrack\Shell.cpp(1667) : error C2059:
syntax error : ')'
References
Su reply to steve on the same error
<http://forum.httrack.com/readmsg/16392/16039/index.html>
James with the same error
<http://forum.httrack.com/readmsg/16039/index.html>
Michael | |