Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.Net remoting

Status
Not open for further replies.

millzy7

Programmer
Dec 9, 2003
96
US
Hi,

I have a C++ client app on one machine and a C# app on a different machine and i need the client to access the C# server.

Can i use .Net remoting or does the C++ client create issues?

Thanks

Millzy
 
1. Is it managed C++? If it isn't, you cannot use remoting.
2. Define "create issues".

If it is managed C++, then yes of course you can use .NET Remoting (otherwise it would be called C++ Remoting, C# Remoting, and so forth and so on...) [afro]
 
Unfortunately it isnt managed c++ so it does "create issues" :)

Am i only left with DCOM as a way to communicate between them?

Thanks

Millzy
 
There's also xml-rpc, sockets, message queues, web services, etc.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top