HTTrack Website Copier
Free software offline browser - FORUM
Subject: Compilation Problem in WinHTTrackIEBar
Author: Prafulla Tekawade
Date: 07/16/2006 11:19
 
httrack@httrack.com
To WinHTTrack Team
Hello,
I am Prafulla from Pune,India.
I downloaded the HTTrack software from your official website & installed it on
my PC.
I have Windows Xp installed & have Microsoft Visual Studio Version 6.
I am facing problem while compiling WinHTTrackIEBar.
I downloaded Windows Template Library (WTL) from sourceforge.net.
First It was giving compilation error as 
ATL Ambiguous Symbol in atlbase.h
I fixed that problem manually by changing the name of namespace in statarg.h &
making
other changes in atlbase.h file also.
It didnt removed the compilation error completely.
I got the compilation errors in projectinfo.h file as follows
--------------------Configuration: WinHTTrackIEBar - Win32 Unicode Release
MinDependency--------------------
Compiling...
WinHTTrackLauncher.cpp
C:\Program Files\WinHTTrack\src_win\WinHTTrackIEBar\projectInfo.h(34) : error
C2660: 'ProcessWindowMessage' : function does not take 5 parameters
C:\Program Files\WinHTTrack\src_win\WinHTTrackIEBar\projectInfo.h(44) : error
C2039: 'OnInitDialog' : is not a member of 'CAxDialogImpl<class
CprojectInfo,class ATL::CWindow>'
Error executing cl.exe.

I tried to remove this problem by putting the comments around the lines that
created the problem.
It removed the compilation problem but generated the linker errors as follows.


Linking...
   Creating library Debug/WinHTTrackIEBar.lib and object
Debug/WinHTTrackIEBar.exp
WinHTTrackLauncher.obj : error LNK2001: unresolved external symbol "void
__stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
WinHTTrackLauncher.obj : error LNK2001: unresolved external symbol "unsigned
short * __stdcall _com_util::ConvertStringToBSTR(char const *)"
(?ConvertStringToBSTR@_com_util@@YGPAGPBD@Z)
WinHTTrackLauncher.obj : error LNK2001: unresolved external symbol "char *
__stdcall _com_util::ConvertBSTRToString(unsigned short *)"
(?ConvertBSTRToString@_com_util@@YGPADPAG@Z)
Debug/WinHTTrackIEBar.dll : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.

Please tell me why I am getting these problems,What will I have to do.
I am a student of MSc(Computer Science) at Wadia College,Pune.
Please help me out.
I am eagerly waiting for your reply.

 
Reply


All articles

Subject Author Date
Compilation Problem in WinHTTrackIEBar

07/16/2006 11:19
Re: Compilation Problem in WinHTTrackIEBar

07/16/2006 11:48




0

Created with FORUM 2.0.11