LINK error 2020

P

Peter

Hi,

I got the following link error in my release build (I am using vc7 on
WinXP):
-----------------------------------------
Linking...
LINK : error LNK2020: unresolved token (0A000020) _CrtDbgReport
LINK : fatal error LNK1120: 1 unresolved externals
-----------------------------------------

KB 323307 is not helpful to me, because I couldn't find "_CrtDbgReport" in
my code using search. It must be from somewhere else, such as dlls, lib
files, etc. But how can I track it down? How to fix it?

The debug build is ok.

Thanks,
Peter
 
V

Victor Bazarov

Peter said:
I got the following link error in my release build (I am using vc7 on
WinXP):
-----------------------------------------
Linking...
LINK : error LNK2020: unresolved token (0A000020) _CrtDbgReport
LINK : fatal error LNK1120: 1 unresolved externals
-----------------------------------------

KB 323307 is not helpful to me, because I couldn't find "_CrtDbgReport" in
my code using search. It must be from somewhere else, such as dlls, lib
files, etc. But how can I track it down? How to fix it?

The debug build is ok.

Ask in microsoft.public.vc.language. Linking (and libraries and dlls)
is compiler-specific.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,160
Messages
2,570,889
Members
47,422
Latest member
LatashiaZc

Latest Threads

Top