473,796 Members | 2,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

About "Interop.Quartz TypeLib.dll"


DirectShow MediaPlayer in C#

http://www.codeproject.com/cs/media/...191#xx793428xx
i saw this article and then i wonder if "Interop.Quartz TypeLib.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....ho w should i do?

best regards.


Nov 16 '05 #1
2 15279
DotNetMania,

Interop.QuartzT ypeLib.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]
- mv*@spam.guard. caspershouse.co m
"DotNetMani a" <km*****@msn.co m> wrote in message
news:Om******** *****@tk2msftng p13.phx.gbl...

DirectShow MediaPlayer in C#

http://www.codeproject.com/cs/media/...191#xx793428xx

i saw this article and then i wonder if "Interop.Quartz TypeLib.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....ho w should i do?

best regards.

Nov 16 '05 #2
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 [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
DotNetMania,

Interop.QuartzT ypeLib.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]
- mv*@spam.guard. caspershouse.co m
"DotNetMani a" <km*****@msn.co m> wrote in message
news:Om******** *****@tk2msftng p13.phx.gbl...

DirectShow MediaPlayer in C#

http://www.codeproject.com/cs/media/...191#xx793428xx


i saw this article and then i wonder if "Interop.Quartz TypeLib.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....ho w should i do?
best regards.


Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
9112
by: Giles Brown | last post by:
I'm feeling quite dumb this morning. I'm trying to build a COM server DLL using py2exe and it ain't working. Here's what ain't working... setup_dll.py based on py2exe sample: """from distutils.core import setup import py2exe
4
2326
by: jr | last post by:
I am working in VC++ so this may be microsoft specific though I don't think so. Excuse me if it is. Assuming it isn't, can someone generally explain the purpose of having both - is it purely a deployment/distribution thing. I notice that the static library generates obj files and a Lib file. Could someone kindly explain how they relate to one another. Thanks very much
1
1540
by: Daniel Jin | last post by:
how to interop this NTSTATUS IoGetDeviceObjectPointer IN PUNICODE_STRING ObjectName IN ACCESS_MASK DesiredAccess OUT PFILE_OBJECT *FileObject OUT PDEVICE_OBJECT *DeviceObjec ) the problem is PFILE_OBJECT* and PDEVICE_OBJECT*. I don't want to declare them in C# because I'm not going to use them other than passing them into other functions (plus they are both semi opaque). I tried to use IntPtr, but keep getting...
1
2528
by: CA | last post by:
I am having a problem getting a pointer to an existing running Excel process on a client machine. Here are some details: 1) I have tested out the code on the development machine and it works fine. (Excel XP) 2) The code works fine on a machine in our offices with Excel 2000. 3) On the client machine (with Excel 2000), the code does not work. I wrote some diagnostic tests to further try and see what was going on
22
3306
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
2
26589
by: Juan Martinez | last post by:
In a form i have a drawing control called VectorDraw and a textbox. The text box is disable, when i am using the drawing area i can write some text, what i want to do is that when i press any key that key show in the textbox, or if other control has the focus and i press other key also show in the textbox. I saw some info about this using the user32.dll like this: static extern bool TranslateMessage( ref Message lpMsg);
4
4305
by: topmind | last post by:
I tried to install the sqlite extension to PHP using "php_sqlite.dll", but I get the following error message: PHP Warning: Unknown(): Unable to load dynamic library './php_sqlite.dll' - Access is denied. in Unknown on line 0 I am using IIS on Windows XP for development only. It is Php version 4.3.2. I added all permissions I could, including "write". It is finding the DLL okay because if I rename it I get a "not found" message...
1
16675
by: Phil H | last post by:
I have a VB.NET console application that uses the Excel PIA. I set it up to run on a W2K box through Task Scheduler, under a domain account that has rights to all of the resources the app uses. I can run this application on my local XP machine with no problem. However, on the W2K machine I received a "No printers are installed" error: System.Runtime.InteropServices.COMException (0x800A03EC): No printers are installed. The app sets...
13
3523
by: Javad | last post by:
Hello I know that I should get the information of windows internet connections by using "rasapi32.dll" library, and I also have some sample codes, but I can't make them work. My exact need is to get the "UserName" of a connection. How is it possible? plz hlp thnk u
0
9679
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10453
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10223
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5441
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.