Converting Standalone VCL WS to ISAPI DLL or Windows Service

Hi,
there is an easy way to convert a Standalone VCL WebService to an ISAPI DLL or to a Windows Service?

Thank’s

  • create a new ISAPI or windows service server from template.
  • add to your new project correspondent _impl from old project
  • [optionally] copy required components from server module (VCL project) to new server.
  • [optionally] correct references to session manager and event repository in _Impl
  • replace {#ROGEN:NewLibrary.rodl} // RemObjects: Careful, do not remove! in .dpr (new project) with similar line from your existing VCL project