|
| Directshow filter |
 |
Sun, 20 Jan 2008 15:25:37 +010 |
Hi All,
I want to write an directshow source filter, can this be done from delphi?
The directshow sdk contains some baseclasses which would be nice to use, can
i use does from delphi or do i need to use c++ builder instead?
Greetz,
Richard.
|
| Post Reply
|
| Re: Directshow filter |
 |
Mon, 21 Jan 2008 10:00:36 +110 |
Richard wrote:
> Hi All,
>
> I want to write an directshow source filter, can this be done from
> delphi? The directshow sdk contains some baseclasses which would be nice
> to use, can i use does from delphi or do i need to use c++ builder
instead?
>
> Greetz,
> Richard.
>
DSPack is open source project for DirectShow and DirectX written in
Delphi: http://progdigy.com/modules.php?name=DSPack
Depending on what you're doing you may not even require the DirectShow
SDK. I recommend getting the version from CVS as it contains a number of
updates.
You'll find sample filter code in .\Demos\D6-D7\Filters
Also some developers provide source to their filters developed with
DSPack such as Tsviatko Jongov:
http://tsviatko.jongov.com/index_projects.htm
Use the forum for any questions:
http://progdigy.com/modules.php?name=Forums&file=viewforum&f=1
DSPack should compile ok for Delphi 5,6,7. Check out this thread if you
are using 200X:
|
| Post Reply
|
|
|
|
|
|
|
|
|
|