
Directshow
goalcn
生活就像掷色子不努力就成不了赌王
展开
-
DEFINE_GUID的作用
#ifndef DEFINE_GUID#error initguid: must include objbase.h first.#endif#undef DEFINE_GUID#ifdef _MAC#define __based(a)#endif#ifdef _WIN32#define __based(a)#endif#ifdef __TURBOC__#define __based(a)#endif#ifndef _MAC#define DEFINE原创 2010-06-24 22:09:00 · 6491 阅读 · 1 评论 -
VS2005下编译directshow错误的解决方法
1.First the ctlutil.h from "operator=(LONG);" to "COARefTime& operator=(LONG);"2.in wxdebug.cpp change from "static g_dwLastRefresh = 0;" to "static int g_dwLastRefresh = 0;"3.change in winutil.cpp "for (Count = PalLoCount;INT(Count) "for (int Count = PalL原创 2010-06-25 11:11:00 · 581 阅读 · 0 评论