all groups > dotnet faqs > january 2004 >
You're in the

dotnet faqs

group:

How to create a client activated remoting object in an MFC Client


How to create a client activated remoting object in an MFC Client Max-Ph. Blickenstorfer
1/27/2004 4:39:03 PM
dotnet faqs:
We have a remoting service which can be accesse by a c# client. No problem
so far.

But we do need an interop solution to existing MFC Clients. For server
activated objects it seems to work.

However, I have trouble getting a client activated object to be created
using an MFC Client and unmanaged C++.


Any hint or link is highly appreciated.

Thank you for your time.

Regards
Max


Re: How to create a client activated remoting object in an MFC Client Gaurav Khanna [C# MVP]
1/28/2004 10:41:26 AM
Hi!

You could use managed extensions for C++. Create a managed C++ class that
will actually create the CAO for you. Your unmanaged C++ class can, then,
invoke functionality of this managed C++ class to work with the CAO.

The following links should also help you:

http://www.ondotnet.com/pub/a/dotnet/2003/03/03/mcppp2.html
http://www.codeproject.com/managedcpp/
--
Regards,
Kumar Gaurav Khanna
-----------------------------------------------------------------
Microsoft MVP - C#/.NET, MCSE Windows 2000/NT4, MCP+I
WinToolZone - Spelunking Microsoft Technologies
http://www.wintoolzone.com/
OpSupport - Spelunking Rotor
http://opsupport.sscli.net/
Bangalore .NET Users' Group
http://groups.msn.com/bdotnet/
[quoted text, click to view]

Re: How to create a client activated remoting object in an MFC Client Max-Ph. Blickenstorfer
1/29/2004 5:54:38 PM
Dear Gaurav Khanna,
Thank you for your kind advise, I will definitely follow your approach.

Regards
Max

[quoted text, click to view]

AddThis Social Bookmark Button