Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2341448
  • 博文数量: 816
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-17 17:57
文章分类

全部博文(816)

文章存档

2011年(1)

2008年(815)

分类:

2008-12-17 18:06:59

本人正利用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) |
给主人留下些什么吧!~~