Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. warning LNK4099: PDB 'utils.pdb' was not found

warning LNK4099: PDB 'utils.pdb' was not found

Scheduled Pinned Locked Moved C / C++ / MFC
questiondebugging
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _Flaviu
    wrote on last edited by
    #1

    What could be the cause where a pdb files is not generated ? It is a warning generated by a VS2008 compiler used in command line mode ... Why others .pdb files is generated and this one (utils.pdb) are not ?

    warning LNK4099: PDB 'utils.pdb' was not found with '.\..\..\retail\some.lib' or at 'D:\.....\retail\utils.pdb'; linking object as if no debug info

    How can I understand this message ?

    L 1 Reply Last reply
    0
    • _ _Flaviu

      What could be the cause where a pdb files is not generated ? It is a warning generated by a VS2008 compiler used in command line mode ... Why others .pdb files is generated and this one (utils.pdb) are not ?

      warning LNK4099: PDB 'utils.pdb' was not found with '.\..\..\retail\some.lib' or at 'D:\.....\retail\utils.pdb'; linking object as if no debug info

      How can I understand this message ?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You should look at your project settings, and build logs. You appear to have a somewhat complex directory setup and it is possible the PDB file could not be written for some reason.

      _ 1 Reply Last reply
      0
      • L Lost User

        You should look at your project settings, and build logs. You appear to have a somewhat complex directory setup and it is possible the PDB file could not be written for some reason.

        _ Offline
        _ Offline
        _Flaviu
        wrote on last edited by
        #3

        The warning from above I had taken from build logs, but I don't know where I could find the project settings, I use compiler in command line mode ... I don't have any GUI for this environment ... hmm ..

        L 1 Reply Last reply
        0
        • _ _Flaviu

          The warning from above I had taken from build logs, but I don't know where I could find the project settings, I use compiler in command line mode ... I don't have any GUI for this environment ... hmm ..

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Sorry, but we have no idea what your setup looks like so it is impossible to guess how things have been set up. If you use the Visual Studio IDE then project settings will be in a file called <project_name>.vcxproj or some similar extension. You need to provide some more details of how your project is setup and what commands you run to build it. See also: Linker Tools Warning LNK4099 | Microsoft Docs[^].

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups