Why is it that after I convert a VC6 project to a VS2008 project, the compilation always fails to find and cannot upgrade the VC90.pDB file?Recompiling doesn’t work either.
jump directly from VC6 to VS2008
This VS2008 is a well-known bug. See https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?for details FeedbackID=309462
The official current solution is as follows:
I have found an alternate way for the time beging to avoid C2471 error but it works only in the case of successful release build.
for this click build menu than Configuration manager than create a new setting from release settings. Change following things in your project settings as :
C\C++ | General | Debug Information format | C7 Compatible (/Z7)
C\C++ | Code Generation | Enable String Pooling | Yes (/GF)
Linker |Debuging |General Debug Info | Yes (/DEBUG)
Reproduced in: https://www.cnblogs.com/kex1n/archive/2012/01/14/2322164.html
Read More:
- Solve the problem of VC 6.0 fatal error C1033: cannot open program database’.\debug\vc60.pdb’
- If you want to open more than one program “pdc140.xxx”, the CL.EXE To write to the same. Pdb file, please use
- runtime error program:c :\windows\ explorer.exe (appears after installing the win8 security update) why?
- VC Critical error detected c0000374 crash problem and solution
- 8024401c cannot be updated, update failed, update error
- Vscode running C program error luanch:program does not exsist
- Error c2064: term does not evaluate to a function in VC
- openssl TXT_DB error number 2 failed to update database
- Insert into / delete / update / select of SQL Server database table
- yum install/update error: sqlite3.DatabaseError: database disk image is malformed
- VC + + OpenGL is used as the development platform to design the program, which can generate any pixel on the screen, and use the pixel to draw the basic graphics
- error C2057: expected constant expression (Can the size of an array in C language be defined when the program is running?)
- Solutions to error c2143: syntax error: missing ‘;’ before ‘type’ in C + + program compilation
- Windows update has an error code_ 800700C1
- [Solved] Linux C++ Compile Error: c++: internal compiler error: Killed (program cc1plus)
- windows update error 0x8024401c
- The problem of [connection lost contact] after C # code connecting Oracle database for a period of time
- “Launch” appears when eclipse C + + CDT runs the program failed.binary not found”
- Windows update error 8024401c – one of the solutions
- The problem of window flash after C + + program is compiled and run