84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
最近用QT(界面)+VS2013(IDE)+opencv(图像识别) 做一个项目 ,遇到error LNK1112: 模块计算机类型“X86”与目标计算机类型“x64”冲突;网上 查找了好多方法都无效,遇到过此类问题的希望能赐教;
欢迎选择我的课程,让我们一起见证您的进步~~
只说一点:x86是32位,x64是64位。
请用64位的库,或者把这个工程编译为32位。
项目用x64,所有的lib,dll都得是同样的编译环境编译出来的。这里,你需要vs13编译的lib库和opencv库。项目设置应该设为X64。
库版本不对,链接的时候提示,需要,编译出32位程序,用32位的lib,编译出64位程序,用64位的lib。
在配置链接库时配成了32的
只说一点:x86是32位,x64是64位。
请用64位的库,或者把这个工程编译为32位。
项目用x64,所有的lib,dll都得是同样的编译环境编译出来的。
这里,你需要vs13编译的lib库和opencv库。
项目设置应该设为X64。
库版本不对,链接的时候提示,需要,编译出32位程序,用32位的lib,编译出64位程序,用64位的lib。
在配置链接库时配成了32的