DirectShow silly example

Started by TimoVJL, December 02, 2015, 07:11:11 PM

Previous topic - Next topic

TimoVJL

Little silly DirectShow example.
Converted C++ to PellesC, source from here

EDIT: Anyone found documentation for this ?
If someone don't want to handle bit data, use this instead that New_Sampler()
hr = CoCreateInstance(&CLSID_SampleGrabber, 0, CLSCTX_INPROC, &IID_IBaseFilter, (void **)&sampler);
Header info can generate from quartz.dll and qedit.dll
May the source be with you

Grincheux

Your program works perfectly on my pc. I have rebuild it, no errors and it does what it says.
I was interested for having a web page in a program. So I decided to pump the code relative to Atl, but I can't
Pelles'C doest not reconize AtlAxInit in my program I looked at the compile option, we have the same.
Except I compile for Win64.