摘要:
// Asked to connect to a pin. // A pin is always attached to an owning filter object // so we always delegate our locking to that object.//一个pin总是连接到一个拥有filter的对象,因此Connect函数总是把我们的//锁委托给这个对象。// We first of all retrieve a media type enumerator for the input pin // and see if we accept any of the form 阅读全文
摘要:
1,vc++目录——>包含目录: Visual Studio will search for the include files referred to in your source code files. //include "*.h"c/c++——>常规——>附加包含目录: added the include files in the list of directories searched.库目录和附加库目录类似。link->输入->附加依赖项 :你的LIB文件被真正包含进来了。 把它所在的目录添加到库目录或附加库目录里面 :仅仅包含目录 阅读全文