473,666 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

About Interop

When I add a reference in Visual Studio to quartz.dll it creates a new file
named "Interop.Quartz TypeLib.dll"
into to bin folder. My app only works when this file is in the application
folder.
Is is legal to ship this file with my app ? Does Microsoft allow it?
If not how can I use directShow with c#?
Nov 16 '05 #1
2 2310
"Bilo" <ju********@yah oo.com> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
When I add a reference in Visual Studio to quartz.dll it creates a new file named "Interop.Quartz TypeLib.dll"
into to bin folder. My app only works when this file is in the application
folder.
Is is legal to ship this file with my app ? Does Microsoft allow it?
If not how can I use directShow with c#?

Hi Bilo,

Yes, you can ship the Interop.QuartzT ypeLib.dll file with your app.
However, you should review the license terms of the quartz.dll file to see
if you are allowed to ship that. Interop.QuartzT ypeLib.dll is called a
Runtime Callable Wrapper (RCW), which is a proxy that VS.NET creates
automatically when you reference a COM object. It marshalls calls from .NET
to COM and gives you a managed interface that is generally easier to use in
your managed code.

Here's an article that explains how to do the same thing that VS.NET does,
but only with command-line tools:

http://msdn.microsoft.com/library/de...amewktools.asp

Here's a link to the MS DirectX Dev Center. There is a managed DirectX 9.x
API that you can use, rather than creating your own interop interfaces.

http://msdn.microsoft.com/library/de...entid=28000410

Joe
--
http://www.csharp-station.com
Nov 16 '05 #2
Thx , that was really quick.
quartz.dll as part of directx makes no problem. most computers have it
installed.
Thx again

"Joe Mayo [C# MVP]" <jm***@nospamAt CSharpDashStati on.com> schrieb im
Newsbeitrag news:Ox******** ******@TK2MSFTN GP09.phx.gbl...
"Bilo" <ju********@yah oo.com> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
When I add a reference in Visual Studio to quartz.dll it creates a new file
named "Interop.Quartz TypeLib.dll"
into to bin folder. My app only works when this file is in the application folder.
Is is legal to ship this file with my app ? Does Microsoft allow it?
If not how can I use directShow with c#?

Hi Bilo,

Yes, you can ship the Interop.QuartzT ypeLib.dll file with your app.
However, you should review the license terms of the quartz.dll file to see
if you are allowed to ship that. Interop.QuartzT ypeLib.dll is called a
Runtime Callable Wrapper (RCW), which is a proxy that VS.NET creates
automatically when you reference a COM object. It marshalls calls from

..NET to COM and gives you a managed interface that is generally easier to use in your managed code.

Here's an article that explains how to do the same thing that VS.NET does,
but only with command-line tools:

http://msdn.microsoft.com/library/de...amewktools.asp
Here's a link to the MS DirectX Dev Center. There is a managed DirectX 9.x API that you can use, rather than creating your own interop interfaces.

http://msdn.microsoft.com/library/de...entid=28000410
Joe
--
http://www.csharp-station.com

Nov 16 '05 #3

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

Similar topics

0
2349
by: roy | last post by:
I try to call com written in VB 6.0. When I use VS.net Studio to do the debuging, some time it works fine, some time I got the following message: Server Error in '/GISOnlineReservation' Application. ----------------------------------------------------------- --------------------- Configuration Error Description: An error occurred during the processing of a
0
1556
by: roy | last post by:
I try to call com written in VB 6.0., some time it works fine, some time I got the following message: Server Error in '/GISOnlineReservation' Application. ----------------------------------------------------------- --------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request.
0
2780
by: lacour | last post by:
I can't seem to figure out the difference between adding a COM dll reference in VS2003 and by using TLBIMP. I have a COM dll that references another COM dll, and I want the syntax of my interop-filenames to be interop.<NameOfCOMDLL>.dll I now make the first interop file tlbimp COM1.dll /out:interop.COM1.dll /namespace:COM1
2
408
by: Bilo | last post by:
When I add a reference in Visual Studio to quartz.dll it creates a new file named "Interop.QuartzTypeLib.dll" into to bin folder. My app only works when this file is in the application folder. Is is legal to ship this file with my app ? Does Microsoft allow it? If not how can I use directShow with c#?
2
1496
by: jason | last post by:
the enterprise is going to eventually convert the existing ASP Classic website to ASP.NET until that time, development has already begun for a C# library of business objects. for the most part, the ASP Classic can make use of the C# business objects without problem, because they were compiled and registered through COM Interop. however i have just reached a point of uncertainty: sets of data. obviously C# has no problem using the...
8
3412
by: Rob Edwards | last post by:
When trying to add the Microsoft CDO for Exchange Management Library (aka CDOEXM.dll) I receive the following message: "A reference to 'Microsoft CDO for Exchange Management Library' could not be added. Converting the type library to a .Net assembly failed. A depended type library 'CDO' could not be converted to a .NET assembly. A dependent type library 'ADODB' could not be converted to a .NET assembly. Item has already been added." ...
7
10955
by: R Reyes | last post by:
Can someone please explain to me why I can't get the MS Word Interop assembly to work in my VS2005 project? I'm trying to manipulate MS Word from my Web Form application and I can't get passed this screen below. Please help, thanks in advance... Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify...
2
7292
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a "Array index out of bounds". Microsoft.Office.Interop.Outlook._Application olApp = new Microsoft.Office.Interop.Outlook.ApplicationClass(); Microsoft.Office.Interop.Outlook._NameSpace olNs = olApp.GetNamespace("MAPI");
1
2863
by: allbelonging | last post by:
C#.Net Outlook 2003 automation (programmatically) with Office.Interop.Outlook Problem: I have my outlook 2003 configured with multiple mailbox on my local machine. I want to specify the mailbox and server (Exchange server mail box) to connect and then save the mailitems(from Inbox or any other folder) based on a filter to a*.msg file. I want to achieve this using only one Interop dll if this is possible. Tried so far:
0
2048
by: Tina | last post by:
I've gotten this before where it says there is a problem with Interop.MSDASC but I can't remember what causes this. This is a 1.1 app I'm trying to debug in vs2005. It was running yesterday just fine. Help! T Server Error in '/VT.Users' Application. -------------------------------------------------------------------------------- Configuration Error
0
8444
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
8869
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
8781
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
7386
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4198
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
4368
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2771
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
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.