Procedure to create a com Component with ATL in Visual Studio 2005

S

Swapnil

I want to create a COM component with ATL in Visual studio 2005. And want to
add some methods in that. so can someone tell me the steps how to create that
component & how to use that in C# application ( Introperability concept i
want to use). Tell me the whole steps from starting.
 
N

Nicholas Paldino [.NET/C# MVP]

Swapnil,

You can probably find two tutorials on Google to help you do this.

The first tutorial I would look for is "implementing COM components
ATL".

The second tutorial I would look for is "COM interop"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top