472,328 Members | 1,667 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

ATL link error problem

Jun
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.
Nov 17 '05 #1
4 5976
Jun
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_******@yahoo.com> wrote in message
news:O6**************@TK2MSFTNGP14.phx.gbl...
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.

Nov 17 '05 #2
Jun
solved

"Jun" <j_******@yahoo.com> wrote in message
news:O5**************@TK2MSFTNGP09.phx.gbl...
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_******@yahoo.com> wrote in message
news:O6**************@TK2MSFTNGP14.phx.gbl...
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.


Nov 17 '05 #3

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

Jun 21 '06 #4

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

Jul 13 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: david | last post by:
Hello! I've a link error problem problem with VS .NET 2003. I give you the complete description of a simple test (to simplify) : First, I make...
3
by: joseluismarchetti | last post by:
Hello everybody, Although I am sure this is an important question for this group, I am not sure this question belongs to this group and I will be...
10
by: Gary Hughes | last post by:
I'm getting the following error when attempting to link a managed C++ dll. I can't find any reference to these errors with google. Can anyone help?...
2
by: Eric Twietmeyer | last post by:
Hello, I am running into something very strange. I am writing a .NET assembly using managed c++ (VS.NET 2003) and in this project when I attempt...
10
by: Ian Lazarus | last post by:
Hello. How do "unresolved token" link errors occur. How do I fix them? Linking... LINK : error LNK2020: unresolved token (0A000015)...
7
by: Lisa | last post by:
I have an Access 2000 application that uses the following function to re-link my tables when I switch from my Current back end to a Dummy back end....
5
by: Bruce | last post by:
I am getting a lot of link errors when compiling in the debug build but not release. I am compiling a CLR managed code class library. I believe...
10
richardhodge
by: richardhodge | last post by:
I am a VB6 database programmer and have run into a small problem. The company I work for primarily uses Microsoft Access 2000 for the database that...
5
by: ivy146 | last post by:
Hi! I got the link error problem (shown as bellow) when I complied my project. Fatal: Expected a file name: Then I searched from google and...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.