在uses语句中加入  DicrectShow9后,程序编译时总是抱错:[Error] uMain.pas(737):'('expected but ')' found......
var
  StrDate1:string;
begin
  StrDate1 :=formatdatetime('yyyy-mm-dd',date) +' 00:00:00';  //此处报错
......不uses directshow9的话就一切正常(但是不引用directshow9的话,另外一个模块又无法运行)请教大家该如何解决?