Home > Database > Mysql Tutorial > body text

解决"LNK1201:写入程序数据库 ‘.pdb’时出错"问题

WBOY
Release: 2016-06-07 15:41:54
Original
3032 people have browsed it

在使用VS2002中,常常遇到” atal error LNK1201: 写入程序数据库.pdb”时出错“问题, 原因是编译要生成.pdb文件,但是这个.pdb文件又被VS的进程独占,所以生成失败。 解决方法如下: 下载freepdb和Handle文件,然后,把这两个文件放到..\Microsoft Visual

     在使用VS2002中,常常遇到” atal error LNK1201: 写入程序数据库.pdb”时出错“问题,

                    原因是编译要生成.pdb文件,但是这个.pdb文件又被VS的进程独占,所以生成失败。

解决方法如下:

     下载freepdb和Handle文件,然后,把这两个文件放到..\Microsoft Visual Studio .NET\Vc7\bin里面(这个文件夹是link.exe的位置)。如下图所示:

解决"LNK1201:写入程序数据库 ‘.pdb’时出错"问题

图(1)在VC7\bin目录里,放入文件freepdb.cmd和Handle.exe


    freepdb和Handle文件 的下载地址:  http://download.csdn.net/detail/sanqima/8162481

  

    参考文献地址: http://www.hankcs.com/program/solve-fatal-error-lnk1201-vs2003-pdb.html




   



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template