Products:
- SvCom
- Shell+
- PerfUtils
Download:
- SvCom
- Shell+
- PerfUtils
Ordering:
- Order now
Support:
- Contact directly
|
|
An advanced NT Service
Application |
|
This example shows some additional features of SvCom
components. First of all it illustrates several simple rules that should
be kept to implement more complicated service behavior. The interacting
with a user using simple message boxes is examined too. Another important
aim of this example is to show usage of service debugging module and
an extended debugging API.
This example consists of the following steps:
- Creation of new SvCom
service application. This step it is exactly the same as the step
1 of "Simple NT Service" example. Save your project
as SvComExample2.dpr
- Adding new service module.
This step is the same as the step
2 of "Simple NT Service" example. Set the name of service
to 'SampleService2' and display name to 'SvCom Example N 2'.
- Adding OnStart, OnStop, OnPause
and OnContinue event handlers.
- Implementation of OnExecute
event handler.
- Debugging a service and usage
of advanced debugging API
- Dual mode
usage: run a service application as a regular one
Use links below to download source code of this example as well as example's
binary. Please note that corresponding version of Delphi or Builder should
be installed to run this example.
- for Delphi 10.3.1 Rio (64bit),
Ver. 8.7.396.692, 12.03.2019, 1122376
- for Delphi 10.3.1 Rio (32bit),
Ver. 8.7.396.692, 12.03.2019, 36967
- for Delphi 10.2 Tokyo (64bit),
Ver. 8.5.376.614, 11.04.2017, 1071263
- for Delphi 10.2 Tokyo (32bit),
Ver. 8.5.376.614, 11.04.2017, 36592
- for Delphi 10.1 Berlin (64bit),
Ver. 8.5.376.614, 16.04.2017, 1059150
- for Delphi 10.1 Berlin (32bit),
Ver. 8.5.376.614, 16.04.2017, 36457
- for Delphi 10 Seattle (64bit),
Ver. 8.5.376.614, 11.04.2017, 1058325
- for Delphi 10 Seattle (32bit),
Ver. 8.5.376.614, 11.04.2017, 35727
- for Delphi XE8 (64bit),
Ver. 8.5.376.614, 16.04.2017, 1056546
- for Delphi XE8 (32bit),
Ver. 8.5.376.614, 16.04.2017, 35225
- for Delphi XE7 (64bit),
Ver. 8.5.376.614, 16.04.2017, 1059211
- for Delphi XE7 (32bit),
Ver. 8.5.376.614, 16.04.2017, 35090
- for Delphi XE6 (64bit),
Ver. 8.5.376.614, 16.04.2017, 1065476
- for Delphi XE6 (32bit),
Ver. 8.5.376.614, 16.04.2017, 35090
- for Delphi XE5 (64bit),
Ver. 8.5.376.614, 16.04.2017, 947274
- for Delphi XE5 (32bit),
Ver. 8.5.376.614, 16.04.2017, 34926
- for Delphi XE4 (64bit),
Ver. 8.5.376.614, 16.04.2017, 943563
- for Delphi XE4 (32bit),
Ver. 8.5.376.614, 16.04.2017, 34914
- for Delphi XE3 (64bit),
Ver. 8.5.376.614, 16.04.2017, 931920
- for Delphi XE3 (32bit),
Ver. 8.5.376.614, 16.04.2017, 38510
- for Delphi XE2 (64bit),
Ver. 8.5.376.614, 16.04.2017, 682455
- for Delphi XE2 (32bit),
Ver. 8.5.376.614, 16.04.2017, 38687
- for Delphi XE,
Ver. 8.4.362.599, 18.06.2016, 34516
- for Delphi 2010,
Ver. 8.0.334.534, 25.04.2015, 34508
- for Delphi 2009,
Ver. 8.0.334.534, 25.04.2015, 29670
- for Delphi 2007,
Ver. 8.0.334.534, 25.04.2015, 29082
- for Delphi 2006,
Ver. 8.0.334.534, 25.04.2015, 29036
- for Delphi 2005,
Ver. 8.0.334.534, 25.04.2015, 29750
- for Delphi 6,
Ver. 7.7.239.371, 05.11.2011, 216Kb
- for Delphi 7,
Ver. 8.4.362.599, 27.06.2016, 29965
|
|
SvCom
links:
- Overview
- Download
- Purchase
- FAQ
- Tutorial
- What's new
- For registered users
- Support
|