返回列表 回复 发帖

[求助] AR新手,配置出问题

球教大侠,我按照http://css.hzu.edu.cn/a/view/2009/1115/9.html上的操作步骤
,使用VC++6.0,但是出现了如下问题:
该怎么解决啊?????呜呜

-------------------Configuration: calib_camera3 - Win32 Release----------------
----
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1052: file 'calib_camera2.mak' not found
Stop.
执行 NMAKE 时出错.
calib_camera3.exe - 1 error(s), 0 warning(s)
--------------------Configuration: calib_camera3 - Win32 Debug-----------------
---
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1052: file 'calib_camera2.mak' not found
Stop.
执行 NMAKE 时出错.
calib_camera3.exe - 1 error(s), 0 warning(s)
--------------------Configuration: calib_cparam - Win32 Release-----------------
---
calib_cparam.exe - 0 error(s), 0 warning(s)
--------------------Configuration: calib_cparam - Win32 Debug------------------
--
calib_cparamd.exe - 0 error(s), 0 warning(s)
--------------------Configuration: calib_distortion1 - Win32 Release-------------
-------
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1052: file 'calib_distortion.mak' not found
Stop.
执行 NMAKE 时出错.
calib_distortion1.exe - 1 error(s), 0 warning(s)
--------------------Configuration: calib_distortion1 - Win32 Debug---------------
-----
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1052: file 'calib_distortion.mak' not found
Stop.
执行 NMAKE 时出错.
calib_distortion1.exe - 1 error(s), 0 warning(s)
惠州学院那个例子有点问题的,你用的是什么版本的visual studio?建议楼主把AR删了再重新配置
执迷于AR与360幻影成像。。。
楼上的兄弟能不能把具体的问题说一说,我用的是vc++6.0 sp6啊,最普通的了啊
我好像和你有一样的编译错误,但貌似不影响使用啊
--------------------Configuration: collideTest - Win32 Release--------------------
Compiling...
collideTest.c
object.c
Generating Code...
Linking...
libARgsub.lib(gsub.obj) : error LNK2001: unresolved external symbol __ftol2
..\..\bin\collideTest.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.

collideTest.exe - 1 error(s), 0 warning(s)
--------------------Configuration: collideTest - Win32 Debug--------------------
Compiling...
collideTest.c
object.c
Generating Code...
Linking...
libARgsubd.lib(gsub.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
libARgsubd.lib(gsub.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
libARgsubd.lib(gsub.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
libARgsubd.lib(gsub.obj) : error LNK2001: unresolved external symbol __ftol2
libARgsubd.lib(gsub.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
libARgsubd.lib(gsub.obj) : error LNK2001: unresolved external symbol __RTC_UninitUse
..\..\bin\collideTestd.exe : fatal error LNK1120: 6 unresolved externals
执行 link.exe 时出错.

collideTestd.exe - 1 error(s), 0 warning(s)我的是这样的错误!郁闷
你在属性菜单中修改:
项目-->属性-->配置属性-->C/C++-->代码生成:
基本运行时检测--改为默认(Default);
缓冲区安全检测--改为否(No);

或者是缺少库(lib文件), 你把这些lib加入到工程中;
LIBCP.LIB,LIBC.LIB
6# x68251 感谢 x68251
返回列表