CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Debug Question

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Posts
    14

    Debug Question

    What does that mean to delete and rebuild?



    Error 1 error LNK1207: incompatible PDB format in 'C:\Users\Cori\Desktop\Drive\Quarter 2\C++\Projects\studentgrades\Debug\studentgrades.pdb'; delete and rebuild C:\Users\Cori\Desktop\Drive\Quarter 2\C++\Projects\studentgrades\studentgrades\LINK studentgrades

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Debug Question

    It means that you have to delete the PDB file and rebuild the project.
    BTW, what VS version are you using?
    Victor Nijegorodov

  3. #3
    Join Date
    Feb 2014
    Posts
    14

    Re: Debug Question

    Well I wrote the code on VS 2010 and started it up on VS 2013. So I think that's the reason why now that I think of it.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

  5. #5
    Join Date
    Feb 2014
    Posts
    14

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured