Is the runtime runtime included at the DirectX runtime?

I am writing an activex element that uses live show to capture and display webcam data.

If the DirectX runtime contains everything for directshow, I don't need to link it to the control.

+1


a source to share


1 answer


DirectShow applications written for Windows XP Service Pack 2 (SP2) and later do not require redistributing all DirectShow DLLs.

For Windows XP Service Pack 1 (SP1) and previously redistributable DirectShow DLLs are available in the Microsoft DirectX SDK. The latest version of these libraries is version 9.0c. Further development of these redistributable DLLs is planned. Windows XP Service Pack 2 (SP2) contains DLL version 9.0c.



http://msdn.microsoft.com/en-us/library/dd377592(VS.85).aspx

+2


a source







All Articles