高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】linker warning lnk4099 in msvc8
linker warning lnk4099 in msvc8
linker warning lnk4099 in msvc8
hello,
i noticed several (~600) linker warnings when i build the odreadex example. all the warnings are lnk4099 which describes missing .pdb files.
here is a partial output when linking:
dd_vc8md_br.lib(brbrep.obj) : warning lnk4099: pdb 'vc80.pdb' was not found with '..\dwgdirect\lib\vc8mdd\dd_vc8md_br.lib' or at 'c:\src330\build\projects\eecad\debug\vc80.pdb'; linking object as if no debug info
dd_vc8md_br.lib(brbrepcomplextraverser.obj) : warning lnk4099: pdb 'vc80.pdb' was not found with '..\dwgdirect\lib\vc8mdd\dd_vc8md_br.lib' or at 'c:\src330\build\projects\eecad\debug\vc80.pdb'; linking object as if no debug info
is it possible to get the .pdb files in order to resolve the warnings? or does anyone know how to suppress these warnings?
btw, i am using msvc8 and i have dwgdirect 2.0.3.
thanks
dd_vc8dbg.zip contains vc80.pdb in lib\vc8mdd\ folder.
i checked the 2.0.3 zip file.
btw, the latest released version is 2.2.0
sergey slezkin
for some reason, my dd_vc8dbg.zip (version 2.0.3) file does not have a vc80.pdb in the lib\vc8mdd\ folder. however, i just downloaded version 2.2.0 of the zip file and i see it in the lib\vc8mdd\ folder.
thanks for your help, i will download version 2.2.0 of the libraries.
where should i find the following files in the 2.2.0?
dwfcore.pdb
whiptk.pdb
w3dtk.pdb
dwftoolkit.pdb
|