About "Interop.QuartzTypeLib.dll"

  • Thread starter Thread starter DotNetMania
  • Start date Start date
D

DotNetMania

DirectShow MediaPlayer in C#

http://www.codeproject.com/cs/media...?df=100&forumid=4399&select=820191#xx793428xx


i saw this article and then i wonder if "Interop.QuartzTypeLib.dll" is free
component..

could i use this to commercial software?

i've already sent to this article writer ....

but he said that maybe...i'm not sure but maybe it's free component ...But
it will be better to ask Microsoft!

so...is it belong to microsoft?

i really want to make movie player with this component....how should i do?

best regards.
 
DotNetMania,

Interop.QuartzTypeLib.dll is an assembly that is created by Visual
Studio .NET when you set a reference to a COM component. It is a wrapper
that is created which acts as a bridge between the managed code of .NET and
the COM component.

You might be able to make a movie player with this component. You have
to read the end user license agreement for the software to determine what
the distribution requirements are, as well as whether or not it can be used
in this capacity.

Hope this helps.
 
where can i find the end user license...?

this component can be able to add " Active movie control type library" in
com reference tap..

so how can i find End user license agreement?



Nicholas Paldino said:
DotNetMania,

Interop.QuartzTypeLib.dll is an assembly that is created by Visual
Studio .NET when you set a reference to a COM component. It is a wrapper
that is created which acts as a bridge between the managed code of .NET and
the COM component.

You might be able to make a movie player with this component. You have
to read the end user license agreement for the software to determine what
the distribution requirements are, as well as whether or not it can be used
in this capacity.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


DotNetMania said:
DirectShow MediaPlayer in C#
http://www.codeproject.com/cs/media...?df=100&forumid=4399&select=820191#xx793428xx
i saw this article and then i wonder if "Interop.QuartzTypeLib.dll" is free
component..

could i use this to commercial software?

i've already sent to this article writer ....

but he said that maybe...i'm not sure but maybe it's free component ....But
it will be better to ask Microsoft!

so...is it belong to microsoft?

i really want to make movie player with this component....how should i do?

best regards.
 
Back
Top