高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】missing pdb debugging information
missing pdb debugging information
missing pdb debugging information
i am getting this link error using the debug libraries in vc6mtd.
dd_vc6mt_acis.lib(var_rad_functional.obj) : fatal error lnk1202: "\debug\vc60.pdb" is missing debugging information for referencing module
i tried disabling acis by defining od_disable_acis_support.
i have also removed code to initializing acis- :drxinitmodelergeometry(); and i have rebuilt all.
what else do i have to do to remove the link error?
thanks...
i forgot to add that i have set the debug info in the msvc compile tab to "program database edit and continue"
i understand that this has to be set if i wanted to step thru my breakpoints after "start debug".
thanks again...
problem with pdb references solved by using the libraries in dd_vc6\lib\vc6mt instead of dd_vc6dbg\lib\vc6mtd.
|