Compilation fails randomly: “cannot open program database”

后端 未结 12 1681
渐次进展
渐次进展 2020-12-08 00:52

During a long compilation with Visual Studio 2005 (version 8.0.50727.762), I sometimes get the following error in several files in some project:

fatal erro         


        
12条回答
  •  误落风尘
    2020-12-08 01:28

    Switch the debug info to C7 format instead of using the PDB.

    Project Options -> C/C++ -> General -> Debug Information Format and set it to C7.

提交回复
热议问题