返回列表 回复 发帖

[求助] 编译simpleTest.c时候遇到的问题,求帮助

Deleting intermediate files and output files for project 'libAR - Win32 Debug'.
Deleting intermediate files and output files for project 'libARgsub_lite - Win32 Debug'.
Deleting intermediate files and output files for project 'libARvideo - Win32 Debug'.
Deleting intermediate files and output files for project 'calib_camera2 - Win32 Debug'.
--------------------Configuration: libAR - Win32 Debug--------------------
Compiling...
arDetectMarker.c
arDetectMarker2.c
arGetCode.c
arGetMarkerInfo.c
arGetTransMat.c
arGetTransMat2.c
arGetTransMat3.c
arGetTransMatCont.c
arLabeling.c
arUtil.c
mAlloc.c
mAllocDup.c
mAllocInv.c
mAllocMul.c
mAllocTrans.c
mAllocUnit.c
mDet.c
mDisp.c
mDup.c
mFree.c
Generating Code...
Compiling...
mInv.c
mMul.c
mPCA.c
mSelfInv.c
mTrans.c
mUnit.c
paramChangeSize.c
paramDecomp.c
paramDisp.c
paramDistortion.c
paramFile.c
paramGet.c
vAlloc.c
vDisp.c
vFree.c
vHouse.c
vInnerP.c
vTridiag.c
Generating Code...
Creating library...
--------------------Configuration: libARgsub_lite - Win32 Debug--------------------
Compiling...
gsub_lite.c
C:\Program Files\ARToolKit\LIB\SRC\GL\gsub_lite.c(678) : warning C4090: 'function' : different 'const' qualifiers
C:\Program Files\ARToolKit\LIB\SRC\GL\gsub_lite.c(678) : warning C4024: 'arParamDecompMat' : different types for formal and actual parameter 1
C:\Program Files\ARToolKit\LIB\SRC\GL\gsub_lite.c(737) : warning C4090: 'function' : different 'const' qualifiers
C:\Program Files\ARToolKit\LIB\SRC\GL\gsub_lite.c(737) : warning C4024: 'arParamDecompMat' : different types for formal and actual parameter 1
Creating library...
--------------------Configuration: libARvideo - Win32 Debug--------------------
Compiling...
videoWin32DirectShow.cpp
Linking...
   Creating library ..\..\..\lib\libARvideod.lib and object ..\..\..\lib\libARvideod.exp
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol __chkesp
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol _fprintf
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol __iob
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol _printf
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol _strncmp
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" ([email=??2@YAPAXI@Z]??2@YAPAXI@Z[/email])
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol _memset
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol _exit
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol _malloc
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol _free
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *)" ([email=??3@YAXPAX@Z]??3@YAXPAX@Z[/email])
videoWin32DirectShow.obj : error LNK2001: unresolved external symbol __fltused
LINK : error LNK2001: unresolved external symbol [email=__DllMainCRTStartup@12]__DllMainCRTStartup@12[/email]
..\..\..\bin\libARvideod.dll : fatal error LNK1120: 13 unresolved externals
执行 link.exe 时出错.
calib_camera2d.exe - 1 error(s), 0 warning(s)
2# hunaizh


谢谢!关键是这个问题“fatal error LNK1120: 13 unresolved externals
”我上网都搜不到···
2# hunaizh


谢谢!关键是这个问题“fatal error LNK1120: 13 unresolved externals
”我上网都搜不到···
抗盲北鼻沟  哟哟切克闹
伟哥
目测是编译器问题。用VC 6.0
返回列表