VC++中的错误error C2371,恳请高手帮忙

--------------------Configuration:CRSAEncryptExe-Win32Debug--------------------Compil... --------------------Configuration: CRSAEncryptExe - Win32 Debug--------------------
Compiling...
CRSAEncryptExe.cpp
d:\crsaencryptexe\crsaencryptexedlg.h(57) : error C2371: 'm_p' : redefinition; different basic types
d:\crsaencryptexe\crsaencryptexedlg.h(19) : see declaration of 'm_p'
d:\crsaencryptexe\crsaencryptexedlg.h(58) : error C2371: 'm_q' : redefinition; different basic types
d:\crsaencryptexe\crsaencryptexedlg.h(19) : see declaration of 'm_q'
CRSAEncryptExeDlg.cpp
d:\crsaencryptexe\crsaencryptexedlg.h(57) : error C2371: 'm_p' : redefinition; different basic types
d:\crsaencryptexe\crsaencryptexedlg.h(19) : see declaration of 'm_p'
d:\crsaencryptexe\crsaencryptexedlg.h(58) : error C2371: 'm_q' : redefinition; different basic types
d:\crsaencryptexe\crsaencryptexedlg.h(19) : see declaration of 'm_q'
Generating Code...
执行 cl.exe 时出错.

CRSAEncryptExe.exe - 1 error(s), 0 warning(s)
展开
 我来答
flnta76
推荐于2018-05-09 · TA获得超过479个赞
知道小有建树答主
回答量:556
采纳率:0%
帮助的人:463万
展开全部
2个解决办法。
1.工程-》属性-》C/C++-》代码生成-》运行时库:修改成: 多线程调试(/MTd); (release版本也修改成 多线程(/MT)

2.工程-》属性-》常规-》MFC的使用:修改为:在静态库中使用 MFC
方法2不一定管用,PC机上的MFC(相对于EVC而言)程序都是多线程的(不信你照2修改试试,会出现找不到_beginthread函数的定义),必须设置多线程版本的运行时库。也就是照1的设置

大哥多给点分吧
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式