Results 1 to 3 of 3

Thread: qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc_ib_1.pdb' was not found

  1. #1
    Join Date
    Aug 2011
    Posts
    33
    Thanks
    11
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc_ib_1.pdb' was not found

    Here is the whole warning message.

    Qt Code:
    1. qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc_ib_1.pdb' was not found with 'c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\lib\qtmaind.lib' or at 'C:\Code\Projects\bitsdir\bits-build\debug\vc_ib_1.pdb'; linking object as if no debug info
    To copy to clipboard, switch view to plain text mode 

    Everything seems to compile and run fine, and I can single step the code and see variable values changing as I step the code, but I would like to have clean builds.

    Any ideas?

  2. #2
    Join Date
    Feb 2011
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc_ib_1.pdb' was not found

    I'm running into the same warning. I'm able to step through the code also, so, contrary to the message text, debug information seems to be there. However, I'm not getting output from qDebug(). Not sure if that's related, but it seems suspicious.

  3. #3
    Join Date
    Aug 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc_ib_1.pdb' was not found

    I too am running into the same problem on windows... Any solution yet?

Similar Threads

  1. fatal error cannot open file 'qtmaind.lib'
    By guna8985 in forum Qt Programming
    Replies: 1
    Last Post: 12th August 2011, 14:17
  2. Warning: No relevant classes found?
    By zgulser in forum Qt Programming
    Replies: 5
    Last Post: 30th September 2010, 00:42
  3. qtmaind.lib fatal error LNK1103
    By fistroman in forum Installation and Deployment
    Replies: 2
    Last Post: 5th May 2010, 02:47
  4. Replies: 7
    Last Post: 18th September 2009, 14:44
  5. Replies: 1
    Last Post: 27th March 2009, 06:22

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.