With Delphi into the world of C#-Net and back
In this Step the communication of Delphi with C# (HelloWorld) will be transferred from C++ directly into the context of C#. To achieve this the C#-Object Engine as an unregistered COM-Object will be transferred via C++ to Delphi. Together C# and Delphi form the COM-Interface IEngine which, for demonstration purposes, still contains the “HelloWorld” logic.
Mit Delphi in die C#-NET Welt und wieder zurück
In dieser Etappe wird die Kommunikation von Delphi mit C# (Hello World) aus dem Kontext von C++ unmittelbar in den Kontext von C# verschoben. Hierzu wird das C#-Objekt Engine als nicht registriertes COM-Objekt über C++ nach Delphi durchgereicht. C# und Delphi gemeinsam ist das COM-Interface IEngine, welches noch zur Demonstration die “Hello World” Logik beinhaltet.