readme

来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· 代码 · 共 24 行

TXT
24
字号
This directory contains an example that illustrates how the ACEService Configurator can configure static and dynamic services, bothfrom the command-line and from a svc.config file.  We define severalinstances, i.e., Timer_Service_1 and Timer_Service_2 of the SAMEservice just to exercise different configuration options.  A "real"application would usually define different services.Windows CE:-----------When using Windows CE (WCE) emulator, make sure that you use thefollowing command to copy the svc.conf files into the top-leveldirectory in CE emulator.  empfile -c svc.conf1 wce:\svc.conf1  empfile -c svc.conf2 wce:\svc.conf2The command "empfile" moves the files to emulator's root directory andresigters the files with CE emulator's object store.Also make sure you type in at least one argument (which is argv[0],)when the program dialog box requests you to key in the programarguments.  Otherwise, the program won't run at all.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?