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. Fatal Link Error: LNK:1201

Fatal Link Error: LNK:1201

Scheduled Pinned Locked Moved C / C++ / MFC
databasehelpc++debuggingquestion
2 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hi, I am building a project (where multiple dsp's Debug Info is set as Program Database for Edit & Continue) using VC++ editor.At the time of linking I am getting a linker error (LNK1201) LINK : fatal error LNK1201: error writing to program database "prj.pdb" ; check for insufficient disk space I found the root cause of the problem as below. " There is a limit of 4096 modules (.obj files) in a PDB file. The file also has a total size limit of approximately 64 MB - From MSDN" Here my prj.pdb file size exceeds 64 MB. Now my query is, Is there any way to increase the size of this file? Or I have to set the Debug Info as Line Numbers only for some DSP's. So that the size of the file will be decreased. Thanks in Advance. Regards, Pearl

    R 1 Reply Last reply
    0
    • L Lost User

      Hi, I am building a project (where multiple dsp's Debug Info is set as Program Database for Edit & Continue) using VC++ editor.At the time of linking I am getting a linker error (LNK1201) LINK : fatal error LNK1201: error writing to program database "prj.pdb" ; check for insufficient disk space I found the root cause of the problem as below. " There is a limit of 4096 modules (.obj files) in a PDB file. The file also has a total size limit of approximately 64 MB - From MSDN" Here my prj.pdb file size exceeds 64 MB. Now my query is, Is there any way to increase the size of this file? Or I have to set the Debug Info as Line Numbers only for some DSP's. So that the size of the file will be decreased. Thanks in Advance. Regards, Pearl

      R Offline
      R Offline
      Rajesh match
      wrote on last edited by
      #2

      clean and rebuild the project or delete pdb file and buld

      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