| I just want to compile all the src, and begin with WinHTTrackIEBar. And meet a
lot of error, how to compile it.
Thanx.
First : without install WTL
E:\HTTRACK\httrack-noinst-3.33\httrack\src_win\WinHTTrackIEBar\stdafx.h(26) :
fatal error C1083: Cannot open include file: 'atlapp.h': No such file or
directory
Error executing cl.exe.
But After installing WTL,
I download WTL7.0 & WTL7.1
There are different errors:
WTL 7.0
E:\HTTRACK\httrack-noinst-3.33\httrack\src_win\WinHTTrackIEBar\projectInfo.h(34)
: error C2660: 'ProcessWindowMessage' : function does not take 5 parameters
E:\HTTRACK\httrack-noinst-3.33\httrack\src_win\WinHTTrackIEBar\projectInfo.h(44)
: error C2039: 'OnInitDialog' : is not a member of 'CAxDialogImpl<class
CprojectInfo,class ATL::CWindow>'
E:\HTTRACK\httrack-noinst-3.33\httrack\src_win\WinHTTrackIEBar\projectInfo.h(51)
: error C2039: 'GetBSTR' : is not a member of '_bstr_t'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\comutil.h(72) :
see declaration of '_bstr_t'
Generating Code...
Error executing cl.exe.
why | |