|
10驿站币
小弟不才编译远控出现这个问题。。。。不知道是不是xtp库的问题
以下是错误内容:
XvidEnc.cpp
Linking...
nafxcwd.lib(dllmodul.obj) : error LNK2005: _DllMain@12 already defined in DllControl.obj
nafxcwd.lib(dllmodul.obj) : warning LNK4006: _DllMain@12 already defined in DllControl.obj; second definition ignored
Creating library Debug/DllControl.lib and object Debug/DllControl.exp
libcmtd.lib(crt0init.obj) : warning LNK4098: defaultlib "libcmt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
CaptureVideo.obj : error LNK2001: unresolved external symbol _PIN_CATEGORY_PREVIEW
CaptureVideo.obj : error LNK2001: unresolved external symbol _PIN_CATEGORY_CAPTURE
CaptureVideo.obj : error LNK2001: unresolved external symbol _MEDIATYPE_Video
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_IAMStreamConfig
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_IBaseFilter
CaptureVideo.obj : error LNK2001: unresolved external symbol _CLSID_VideoInputDeviceCategory
CaptureVideo.obj : error LNK2001: unresolved external symbol _CLSID_SystemDeviceEnum
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_ICreateDevEnum
CaptureVideo.obj : error LNK2001: unresolved external symbol _CLSID_CaptureGraphBuilder2
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_ICaptureGraphBuilder2
CaptureVideo.obj : error LNK2001: unresolved external symbol _MEDIATYPE_Interleaved
CaptureVideo.obj : error LNK2001: unresolved external symbol _MEDIASUBTYPE_RGB24
CaptureVideo.obj : error LNK2001: unresolved external symbol _CLSID_NullRenderer
CaptureVideo.obj : error LNK2001: unresolved external symbol _CLSID_SampleGrabber
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_ISampleGrabber
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_IMediaControl
CaptureVideo.obj : error LNK2001: unresolved external symbol _CLSID_FilterGraph
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_IGraphBuilder
CaptureVideo.obj : error LNK2001: unresolved external symbol _IID_ISampleGrabberCB
ClientSocket.obj : error LNK2001: unresolved external symbol _uncompress
ClientSocket.obj : error LNK2001: unresolved external symbol _compress
XvidDec.obj : error LNK2001: unresolved external symbol _xvid_decore
XvidDec.obj : error LNK2001: unresolved external symbol _xvid_global
XvidEnc.obj : error LNK2001: unresolved external symbol _xvid_global
XvidEnc.obj : error LNK2001: unresolved external symbol _xvid_encore
Debug/DllControl.dll : fatal error LNK1120: 24 unresolved externals
执行 link.exe 时出错.
DllControl.dll - 1 error(s), 0 warning(s)
|
上一篇: 初学者关于构造函数的问题下一篇: 完成端口WSARecv的问题@Syc
|