将MFC应用程序从Visual Studio 2010编译为2012 RC会生成LNK2038 [英] Compiling a MFC app from Visual Studio 2010 to 2012 RC results in LNK2038

查看:181
本文介绍了将MFC应用程序从Visual Studio 2010编译为2012 RC会生成LNK2038的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的项目是编译和运行OK在调试和发布模式在VS 2010.
今天我试图编译它与VS 2012,我得到这个错误:

My project is compiling and running OK in debug and release modes in VS 2010. Today I tried to compile it with VS 2012 and I got this error :

1>  Generating Code...
1>pcrecppd.lib(pcrecpp.obj) : error LNK2038: mismatch detected for '_MSC_VER': 
value '1600' doesn't match value '1700' in NamesEditorDlg.obj

我在代码中搜索_MSC_VER,但找不到任何匹配。我也找不到1600或1700。

I searched for "_MSC_VER" in the code but I could not find any match. Neither could I find "1600" or "1700".

所以我想知道如何解决这个问题。

So I am wondering how I can solve this problem.

推荐答案

看起来你在vc2012使用vc2010的.lib(猜测它看起来像一个PCRE库)。您需要重新编译所有的.lib或运行时链接与DLL(即LoadLibrary,GetProcAddress等)。

Looks like you're using a .lib from vc2010 in vc2012 (at a guess it looks like a PCRE library). You'll need to recompile all your .libs or run-time link with the DLLs (ie LoadLibrary, GetProcAddress etc.).

这篇关于将MFC应用程序从Visual Studio 2010编译为2012 RC会生成LNK2038的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆