Connecting Tech Pros Worldwide Help | Site Map

ATL link error problem

Jun
Guest
 
Posts: n/a
#1: Nov 17 '05
anyone know how this error shows?
how can i solve this?

LINK : error LNK2020: unresolved token (0A0000EA) _AtlBaseModule
LINK : error LNK2020: unresolved token (0A0000EC) atlTraceGeneral
LINK : error LNK2020: unresolved token (0A0000ED)
?s_trace@CTrace@ATL@@2V12@A
LINK : fatal error LNK1120: 3 unresolved externals

thanks in advance.


Jun
Guest
 
Posts: n/a
#2: Nov 17 '05

re: ATL link error problem


i include the msvcrtd.lib
after solving this,... got me new problem :(


LagurClass.obj : error LNK2019: unresolved external symbol "void __stdcall
_com_issue_error(long)" (?_com_issue_error@@YGXJ@Z) referenced in function
"void __cdecl _com_util::CheckError(long)" (?CheckError@_com_util@@YAXJ@Z)

LagurClass.obj : error LNK2019: unresolved external symbol "unsigned short *
__stdcall _com_util::ConvertStringToBSTR(char const *)"
(?ConvertStringToBSTR@_com_util@@YGPAGPBD@Z) referenced in function "public:
__thiscall _bstr_t::Data_t::Data_t(char const *)"
(??0Data_t@_bstr_t@@QAE@PBD@Z)

LagurClass.obj : error LNK2019: unresolved external symbol "char * __stdcall
_com_util::ConvertBSTRToString(unsigned short *)"
(?ConvertBSTRToString@_com_util@@YGPADPAG@Z) referenced in function "public:
char const * __thiscall _bstr_t::Data_t::GetString(void)const "
(?GetString@Data_t@_bstr_t@@QBEPBDXZ)



"Jun" <j_core99@yahoo.com> wrote in message
news:O68cXCAcFHA.3808@TK2MSFTNGP14.phx.gbl...[color=blue]
> anyone know how this error shows?
> how can i solve this?
>
> LINK : error LNK2020: unresolved token (0A0000EA) _AtlBaseModule
> LINK : error LNK2020: unresolved token (0A0000EC) atlTraceGeneral
> LINK : error LNK2020: unresolved token (0A0000ED)
> ?s_trace@CTrace@ATL@@2V12@A
> LINK : fatal error LNK1120: 3 unresolved externals
>
> thanks in advance.
>[/color]


Jun
Guest
 
Posts: n/a
#3: Nov 17 '05

re: ATL link error problem


solved

"Jun" <j_core99@yahoo.com> wrote in message
news:O5ce9kJcFHA.1404@TK2MSFTNGP09.phx.gbl...[color=blue]
>i include the msvcrtd.lib
> after solving this,... got me new problem :(
>
>
> LagurClass.obj : error LNK2019: unresolved external symbol "void __stdcall
> _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z) referenced in function
> "void __cdecl _com_util::CheckError(long)" (?CheckError@_com_util@@YAXJ@Z)
>
> LagurClass.obj : error LNK2019: unresolved external symbol "unsigned short
> * __stdcall _com_util::ConvertStringToBSTR(char const *)"
> (?ConvertStringToBSTR@_com_util@@YGPAGPBD@Z) referenced in function
> "public: __thiscall _bstr_t::Data_t::Data_t(char const *)"
> (??0Data_t@_bstr_t@@QAE@PBD@Z)
>
> LagurClass.obj : error LNK2019: unresolved external symbol "char *
> __stdcall _com_util::ConvertBSTRToString(unsigned short *)"
> (?ConvertBSTRToString@_com_util@@YGPADPAG@Z) referenced in function
> "public: char const * __thiscall _bstr_t::Data_t::GetString(void)const "
> (?GetString@Data_t@_bstr_t@@QBEPBDXZ)
>
>
>
> "Jun" <j_core99@yahoo.com> wrote in message
> news:O68cXCAcFHA.3808@TK2MSFTNGP14.phx.gbl...[color=green]
>> anyone know how this error shows?
>> how can i solve this?
>>
>> LINK : error LNK2020: unresolved token (0A0000EA) _AtlBaseModule
>> LINK : error LNK2020: unresolved token (0A0000EC) atlTraceGeneral
>> LINK : error LNK2020: unresolved token (0A0000ED)
>> ?s_trace@CTrace@ATL@@2V12@A
>> LINK : fatal error LNK1120: 3 unresolved externals
>>
>> thanks in advance.
>>[/color]
>
>[/color]


senthilkm
Guest
 
Posts: n/a
#4: Jun 21 '06

re: ATL link error problem



Hi,

Can you tell me how you have soled this issue.
--Senthil



--
senthilkm
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message1671534.html

antok
Guest
 
Posts: n/a
#5: Jul 13 '06

re: ATL link error problem



hi
can u tell me how u solved the problem
i also have the same problem



--
antok
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message1671534.html

Closed Thread