本人正利用DirectSho编写视频采集与实时处理的程序,其中需用到ISampleGrabber接口,已经#include ,但是编译连接的时候怎么连接错误啊!错误如下:
[C++ Warning] comdef.h(124): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(132): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(142): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(155): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(160): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(165): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(173): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(182): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(191): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(200): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(209): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(223): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(256): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(261): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] comdef.h(268): W8026 Functions with exception specifications are not expanded inline
[C++ Warning] combase.h(291): W8027 Functions containing some if statements are not expanded inline
[Linker Error] Unresolved external '_CLSID_NullRenderer' referenced from E:\DIRECTSHOW\UBTRANSACT\CDXGRAPH.OBJ
[Linker Error] Unresolved external '_CLSID_SampleGrabber' referenced from E:\DIRECTSHOW\UBTRANSACT\CDXGRAPH.OBJ
[Linker Error] Unresolved external '_IID_ISampleGrabber' referenced from E:\DIRECTSHOW\UBTRANSACT\CDXGRAPH.OBJ
[Linker Error] Unresolved external '_MEDIATYPE_Video' referenced from E:\DIRECTSHOW\UBTRANSACT\CDXGRAPH.OBJ
[Linker Error] Unresolved external '_MEDIASUBTYPE_RGB24' referenced from E:\DIRECTSHOW\UBTRANSACT\CDXGRAPH.OBJ
[Linker Error] Unresolved external '_PIN_CATEGORY_PREVIEW' referenced from E:\DIRECTSHOW\UBTRANSACT\CDXGRAPH.OBJ
我在BCB的工程-》选项-》direction中添加了dxsdk的inlude和Libary啊!dxsdk是针对BCB的
我在C++爱好者网上下的啊!
还望各位大侠帮忙啊!
--------------------next---------------------
阅读(1252) | 评论(0) | 转发(0) |