|
-
Using C# COM+ in Delphi
hi,
how to use the C# COM+ in Delphi6.
-
Re: Using C# COM+ in Delphi
Presuming Delphi can consume COM components, you can expose .NET types to
COM clients by registering them with RegAsm.exe and (for COM+ C# component)
RegSvcs.exe. This works well, and is very straightforward.
Alternately, you could host the .NET runtime using the COM or DLL APIs, then
load the types into your host process. More work than merely using
RegAsm.exe, but more control.
Hope this helps,
Peter
"ravindra" <ravindra_kupsad@rediffmail.com> wrote in message
news:3bbc65be$1@news.devx.com...
>
> hi,
> how to use the C# COM+ in Delphi6.
>
Similar Threads
-
Replies: 11
Last Post: 08-11-2001, 03:00 PM
-
Replies: 1
Last Post: 08-09-2001, 02:46 PM
-
By Roman Fish in forum .NET
Replies: 10
Last Post: 08-03-2001, 04:25 PM
-
By Andrey Parhomenko in forum .NET
Replies: 0
Last Post: 04-01-2001, 05:01 PM
-
By Sandi Blaney in forum Careers
Replies: 0
Last Post: 01-30-2001, 06:22 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks