懂DirectShow的朋友请进
在MFC中,我用 hr = CoCreateInstance(
CLSID_AMTimeline,
NULL,
CLSCTX_INPROC_SERVER,
IID_IAMTimeline,
(void**) &pTimeline
);
方法为什么提示
DESVEDIODlg.obj : error LNK2001: unresolved external symbol _CLSID_AMTimeline
DESVEDIODlg.obj : error LNK2001: unresolved external symbol _IID_IAMTimeline
Debug/DES视频分割.exe : fatal error LNK1120: 2 unresolved externals
我的头文件中包含了
#include <streams.h>
#include <atlbase.h>
#include<qedit.h>
希望大家帮帮忙啊