Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-2024

Warnings during debug-builds of ActiveQt projects, PDB files for ActiveQt libraries not patched during installation

    XMLWordPrintable

Details

    Description

      This makes it cumbersome to debug projects using ActiveQt and generates warnings:

      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

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              tjenssen Tim Jenssen
              vhilshei Volker Hilsheimer
              Votes:
              5 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes