0.Compilar strmbase.lib del directxsdk 

1. Aadir los paths de las librerias de los samples de directshow y include de directxsdk

2.En link, customize, Since you put the lib path under VC before that of DX8, the old strmbase.lib or strmbasd.lib is used, which doesn't contain some functions or variables refered by the winrtp components.

With the DX8 lib put before VC lib, and /FORCE option set, the winrtp projects can be built with warnings. I tested the CCNSMT.dll with a VB program, it works.

