We are on the verge of writing a C # web service that will reveal the functionality contained in the native Delphi GUI application. Why would I have to convert the Delphi code to my native dll and why should I wrap it on a COM server? In other words: what factors do I need to consider when choosing one of them? I'm interested in factors regarding coding, debugging, (automated) testing, deployment (installation on clients), and performance (overhead?).
c # dll interop delphi com
Marjan venema
source share