QAxContainerd.lib(qaxbase.obj) : warning LNK4099: PDB 'vc90.pdb' was
not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at
'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking
object as if no debug info
QAxContainerd.lib(qaxwidget.obj) : warning LNK4099: PDB 'vc90.pdb' was
not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at
'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking
object as if no debug info
QAxContainerd.lib(qaxobject.obj) : warning LNK4099: PDB 'vc90.pdb' was
not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at
'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking
object as if no debug info
QAxContainerd.lib(qaxtypes.obj) : warning LNK4099: PDB 'vc90.pdb' was
not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at
'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking
object as if no debug info
A workaround is to rebuild the ActiveQt libraries manually:
cd c:/qt/4.4.0/src/activeqt
qmake
nmake
本文介绍了解决Qt ActiveQt项目中出现的LNK4099警告的方法,该警告与缺少PDB文件有关。通过手动重建ActiveQt库可以有效解决这一问题。
4776

被折叠的 条评论
为什么被折叠?



