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
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