返回列表 回复 发帖

[求助] SOS,很急!

环境配置好后,可以执行封装的.exe文件,但是编译.dsw文件时会出错……
Deleting intermediate files and output files for project 'simpleVRML - Win32 Debug'.
--------------------Configuration: simpleVRML - Win32 Debug--------------------
Compiling...
simpleVRML.c
Linking...
simpleVRML.obj : error LNK2001: unresolved external symbol _arVrmlDraw
simpleVRML.obj : error LNK2001: unresolved external symbol _arUtilTimerReset
simpleVRML.obj : error LNK2001: unresolved external symbol _arglSetupForCurrentContext
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoCapStart
simpleVRML.obj : error LNK2001: unresolved external symbol _arInitCparam
simpleVRML.obj : error LNK2001: unresolved external symbol _arParamDisp
simpleVRML.obj : error LNK2001: unresolved external symbol _arParamChangeSize
simpleVRML.obj : error LNK2001: unresolved external symbol _arParamLoad
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoInqSize
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoOpen
simpleVRML.obj : error LNK2001: unresolved external symbol _read_VRMLdata
simpleVRML.obj : error LNK2001: unresolved external symbol _arMatchingPCAMode
simpleVRML.obj : error LNK2001: unresolved external symbol _arTemplateMatchingMode
simpleVRML.obj : error LNK2001: unresolved external symbol _arglTexmapModeGet
simpleVRML.obj : error LNK2001: unresolved external symbol _arglDrawModeGet
simpleVRML.obj : error LNK2001: unresolved external symbol _arImageProcMode
simpleVRML.obj : error LNK2001: unresolved external symbol _arFittingMode
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoClose
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoCapStop
simpleVRML.obj : error LNK2001: unresolved external symbol _arglCleanup
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoDispOption
simpleVRML.obj : error LNK2001: unresolved external symbol _arUtilTimer
simpleVRML.obj : error LNK2001: unresolved external symbol _arglTexmapModeSet
simpleVRML.obj : error LNK2001: unresolved external symbol _arglDrawModeSet
simpleVRML.obj : error LNK2001: unresolved external symbol _arGetTransMatCont
simpleVRML.obj : error LNK2001: unresolved external symbol _arGetTransMat
simpleVRML.obj : error LNK2001: unresolved external symbol _arDetectMarker
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoGetImage
simpleVRML.obj : error LNK2001: unresolved external symbol _arVrmlTimerUpdate
simpleVRML.obj : error LNK2001: unresolved external symbol _arglCameraViewRH
simpleVRML.obj : error LNK2001: unresolved external symbol _arglCameraFrustumRH
simpleVRML.obj : error LNK2001: unresolved external symbol _arVideoCapNext
simpleVRML.obj : error LNK2001: unresolved external symbol _arglDispImage
Debug/simpleVRML.exe : fatal error LNK1120: 33 unresolved externals
执行 link.exe 时出错.
simpleVRML.exe - 1 error(s), 0 warning(s)
摆脱了,帮帮忙!
额  我也是这个问题  win7系统们。。。。。。
返回列表