LNK1207: incompatible PDB format in********

LNK1207: incompatible PDB format in********

VC中错误:LINK : fatal error LNK1207: incompatible PDB format in "H:\例子000\Debug\main.pdb"; delete and rebuild
Error executing link.exe.

即链接器工具错误 LNK1207
“filename”中的 PDB 格式不兼容;删除并重新生成

在VC6.0中 选择工具栏中组建->清除,组建->全部重建,就可以了,,,

英文版的是build——clean,build——rebuild all

VC2005中 选择工具栏中生成->清除,生成->重新生成,错误就不再出现了。

时间: 2024-10-11 22:46:25

LNK1207: incompatible PDB format in********的相关文章

ShopEx访问提示Incompatible file format: The encoded file has format major ID 2, whereas the Loader expects 4

今天测试了下ShopEx程序,但是ShopEx安装时(程序放在public_html目录下的test目录中)遇到了问题,提示错误如下:Fatal error: Incompatible file format: The encoded file has format major ID 2, whereas the Loader expects 4 in /home/cpusername/public_html/test/core/include_v5/defined.php on line 0检

解决Zend加密的PHP页面出现Incompatible file format的问题

错误如图: 致命错误:不兼容的文件格式可能的原因: 1.文件本身加密的问题,很有可能你用的Zend进行加密了,但是因为版本的问题,很有可能是你的主机上的Zend Optimizer版本太低了.2.文件编码的问题(可能性较小),比如你使用了非ANSI或者UTF-8的文件编码方式.3.上传的模式问题(当然,你这里使用的是内置程序,应该不是这个问题),上传的话使用binary模式可能会好些. 手头有一套php程序是zend加密的,将它放到主机空间上运行的时候遭遇如下问题:Fatal error: In

解决Zend加密的PHP页面出现Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in

打开php页面出现如下错误: Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in 可能是以下原因:1.未安装php解密扩展; 2.未安装相应的php解密扩展. 由于Zend Guard 5.1版本更新了加密算法,5.1版本与5.0版本分别使用了两套相互不兼容的加密算法,对应的解密算法也不再兼容. 因此,用Zend Guard 5

Fatal error: Incompatible file format: The encoded file has format major ID 1...解决方案

申请好域名和空间后,将网站源码上传到空间,解析好域名后.在地址栏输入域名出现下面错误: Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4.... 原因:开发网站的php版本和空间上配置的php版本不匹配,比如开发用的php5.2,空间默认为5.3 解决方案:将空间php版本设置为php5.2,成功运行.

c++工程vs导入工程时发生LNK1207

I have installed VS 2012 , but i have VS 2010 also. After I open  VS 2010 projects with VS 2012 and  click "update", but while i debug it ,there is a error message: LINK : fatal error LNK1207: incompatible PDB format in 'C:\Users\Admir\Documents

cdb与pdb的一些常用查询命令

[[email protected] ~]$ sqlplus / as sysdba SQL*Plus: Release 12.1.0.2.0 Production on Sat Mar 5 19:57:04 2016 Copyright (c) 1982, 2014, Oracle. All rights reserved. Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Produ

How to debug .NET Core RC2 app with Visual Studio Code on Windows?

Simone Chiaretta (http://codeclimber.net.nz/archive/2016/05/20/How-to-debug-NET-Core-RC2-app-with-Visual-Studio.aspx) So, you installed .NET Core RC2 , you followed the getting started tutorial and you got your “Hello World!” printed on your command

llvm MCJIT 的若干陷阱

 llvm MCJIT 的若干陷阱 搬运自我的百度空间 最近把llvm的老版本JIT转型到MCJIT,遇到一些问题 首先是如何启动MCJIT, 原来调用InitializeNativeTarget();的地方,添加 InitializeNativeTargetAsmPrinter(); InitializeNativeTargetAsmParser(); 否则会报错:Target does not support MC emission!? 创建execution engine时 Engin

zend guard对php代码加密 zend optimizer解析

今天搞了一天,对自己的一个小项目进行zend guard加密.完了之后装上zend optimizer解析器,可以访问路由的时候,一直报'Incompatible file format: The encoded file has format major ID 65540, whereas the Optimizer expects 2 in D:\haofeng\Apache2.2\www\index.php on line 0'这样错误.将zend optimizer卸载后重装,还是一样.