|
|
编译正常,链接时出错!
AllocPresenter.obj : error LNK2019: unresolved external symbol "public: __thiscall CUnknown::CUnknown(unsigned short const *,struct IUnknown *)" (??0CUnknown@@QAE@PBGPAUIUnknown@@@Z) referenced in function "public: __thiscall CAllocPresenter::CAllocPresenter(void)" (??0CAllocPresenter@@QAE@XZ)
VideoStylizer.obj : error LNK2019: unresolved external symbol "public: __thiscall CUnknown::CUnknown(unsigned short *,struct IUnknown *,long *)" (??0CUnknown@@QAE@PAGPAUIUnknown@@PAJ@Z) referenced in function "private: __thiscall CVideoStylizer::CVideoStylizer(long *)" (??0CVideoStylizer@@AAE@PAJ@Z)
VideoStylizerProp.obj : error LNK2019: unresolved external symbol "public: __thiscall CBasePropertyPage::CBasePropertyPage(unsigned short *,struct IUnknown *,int,int)" (??0CBasePropertyPage@@QAE@PAGPAUIUnknown@@HH@Z) referenced in function "private: __thiscall CVideoStylizerProp::CVideoStylizerProp(struct IUnknown *)" (??0CVideoStylizerProp@@AAE@PAUIUnknown@@@Z)
Release/VideoStylizer.dll : fatal error LNK1120: 3 unresolved externals
我已经包含了下面这些库:
Strmbase.lib
winmm.lib
strmiids.lib
comctl32.lib
d3d9.lib
d3dx9.lib
dxguid.lib
msvcrt.lib
并且
#include "Streams.h"
这是为什么啊?
|
|