I want to write a C# component that can interop with a c++ COM client.
I have successfully done this using the MS examples- I have created a C# class library (dll) that I am successfully using from unmanaged c++.
However, because it is a dll, I have to call it in-process.
Is there a way to create an exe that can be created out-of-process from unmanaged code? I certainly can't find any Micorosft examples.
Thanks.
I have successfully done this using the MS examples- I have created a C# class library (dll) that I am successfully using from unmanaged c++.
However, because it is a dll, I have to call it in-process.
Is there a way to create an exe that can be created out-of-process from unmanaged code? I certainly can't find any Micorosft examples.
Thanks.