Can Delphi be used to create and handle a custom protocol handler?

前端 未结 3 1418
旧巷少年郎
旧巷少年郎 2020-12-24 08:40

We have a need to interoperate between one of our web apps and a Win32 app created in Delphi.

A colleague suggested using a custom protocol handler like ourcom

3条回答
  •  北海茫月
    2020-12-24 09:29

    A custom protocol handler is a registered COM object that implements the IInternetProtocol interface.

    Here http://www.doogal.co.uk/plugprot.php is some information on how to implement it in Delphi.

提交回复
热议问题