~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to examples/Service_Configurator/Misc/README

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This directory contains an example that illustrates how the ACE
2
 
Service Configurator can configure static and dynamic services, both
3
 
from the command-line and from a svc.config file.  We define several
4
 
instances, i.e., Timer_Service_1 and Timer_Service_2 of the SAME
5
 
service just to exercise different configuration options.  A "real"
6
 
application would usually define different services.
7
 
 
8
 
Windows CE:
9
 
-----------
10
 
 
11
 
When using Windows CE (WCE) emulator, make sure that you use the
12
 
following command to copy the svc.conf files into the top-level
13
 
directory in CE emulator.
14
 
 
15
 
  empfile -c svc.conf1 wce:\svc.conf1
16
 
  empfile -c svc.conf2 wce:\svc.conf2
17
 
 
18
 
The command "empfile" moves the files to emulator's root directory and
19
 
resigters the files with CE emulator's object store.
20
 
 
21
 
Also make sure you type in at least one argument (which is argv[0],)
22
 
when the program dialog box requests you to key in the program
23
 
arguments.  Otherwise, the program won't run at all.