.NET remoting and Delphi win32 -


What with Delphi Win32 application? Is it possible to use the NET Remoting Interface (and possible)?

I need communication between the .NET application and the Delphi Win32 application, so the nets will be original to the other loops of the remoting pipe.

Any other solution, as much as possible for the natives, both ends without third party libraries? Apps will run on a separate Windows machine.

Because they are running on different machines, you should use a network communication soap as a normal communication Format, which can be easily made for both Net and Delphi Win32. But SOAP = XML = slow

for our company we use the RemObjects SDK Remoting framework:

The interface is very easy to make, Net / Delphi / PHP / C + Generates code for +, it also supports SOAP but we use binary format for speed (!).


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -