Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Accessing COM object from C#

is there a step-by-step of how to use a COM component not written in C#
within C#? For example, I want to use a COM component written in C++. What
are the requirements of the component, and what compiler flags do you use
and such?
Thanks in Advance
[269 byte] By [Abel_Lindburg] at [2007-11-9 18:21:51]
# 1 Re: Accessing COM object from C#
Here's an example:

http://www.eponymous.fsnet.co.uk/dotnetfaq.htm#7.4

Definitely read the rest of this FAQ, and the C# one as well. It'll save you
a lot of time.

--Peter
http://www.razorsoft.net

"Abel_Lindburg" <abel_123@hotmail.com> wrote in message
news:39ae655f@news.dev-archive.com...
> is there a step-by-step of how to use a COM component not written in C#
> within C#? For example, I want to use a COM component written in C++. What
> are the requirements of the component, and what compiler flags do you use
> and such?
>
>
> Thanks in Advance
>
>
Peter Drayton at 2007-11-11 22:29:04 >