Creating COM api

B

bede

I have an application which I need to build a COM dll for so calls to
my exe can be made in unmanaged code.

I don't have too much of a problem making the COM part but what I do
not understand is how to get my COM methods to communicate with
my .exe methods.

Can someone point me in the right direction?
 
P

Pavel Minaev

I have an application which I need to build a COM dll for so calls to
my exe can be made in unmanaged code.

I don't have too much of a problem making the COM part but what I do
not understand is how to get my COM methods to communicate with
my .exe methods.

Can someone point me in the right direction?

..NET Remoting? it's a pretty decent way to get interop between
two .NET processes...
 

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